#764530

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

Shades of Cumin #764530

Tints of Cumin #764530

Color information

#764530 (or 0x764530) is unknown color: approx Cumin. HEX triplet: 76, 45 and 30. RGB value is (118,69,48). Sum of RGB (Red+Green+Blue) = 118+69+48=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764530 is #89BACF. Grayscale: #515151. Windows color (decimal): -9026256 or 3163510. OLE color: 3163510.

HSL color Cylindrical-coordinate representation of color #764530: hue angle of 18º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764530 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1186948-
CMYK00.420.590.54
HSL18º42.17%32.55%-
HSV(B)18º59.32%46.27%-
XYZ10.138.323.87-
YUV81.26109.23154.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=50.21%
G=29.36%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118694800.420.590.541842.1732.55
Hex76453002A3B36122a21
Octal166105600527366225241
Binary11101101000101110000010101011101111011010010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764530; }

 p { color: rgb(118,69,48); }

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

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

 a { background-color: rgb(118,69,48); }

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

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

 span { border-color: rgb(118,69,48); }

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