#76442f

Color #76442F Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #76442F

Tints of Cumin #76442F

Color information

#76442F (or 0x76442F) is unknown color: approx Cumin. HEX triplet: 76, 44 and 2F. RGB value is (118,68,47). Sum of RGB (Red+Green+Blue) = 118+68+47=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76442F is #89BBD0. Grayscale: #505050. Windows color (decimal): -9026513 or 3097718. OLE color: 3097718.

HSL color Cylindrical-coordinate representation of color #76442F: hue angle of 17.75º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76442F is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1186847-
CMYK00.420.600.54
HSL17.75º43.03%32.35%-
HSV(B)17.75º60.17%46.27%-
XYZ10.058.193.74-
YUV80.56109.06154.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=50.64%
G=29.18%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118684700.420.600.5417.7543.0332.35
Hex76442F02A3C36122b20
Octal166104570527466225340
Binary11101101000100101111010101011110011011010010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76442f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76442f; }

 p { color: rgb(118,68,47); }

 H1.HeaderClassName
 {
   color: #76442f;
 }
 .AnyTagClassName
 {
   color: #76442f;
 }
</style>
background-color css

<style>
 a { background-color: #76442f; }

 a { background-color: rgb(118,68,47); }

 div.DivClassName
 {
   background-color: #76442f;
 }
 .BgClassName
 {
   background-color: #76442f;
 }
</style>
border-color css

<style>
 span { border-color: #76442f; }

 span { border-color: rgb(118,68,47); }

 td.TdClassName
 {
   border-color: #76442f;
 }
 .TagClassName
 {
   border-color: #76442f;
 }
</style>