#76452F

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

Shades of Cumin #76452F

Tints of Cumin #76452F

Color information

#76452F (or 0x76452F) is unknown color: approx Cumin. HEX triplet: 76, 45 and 2F. RGB value is (118,69,47). Sum of RGB (Red+Green+Blue) = 118+69+47=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76452F is #89BAD0. Grayscale: #515151. Windows color (decimal): -9026257 or 3097974. OLE color: 3097974.

HSL color Cylindrical-coordinate representation of color #76452F: hue angle of 18.59º 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 #76452F is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1186947-
CMYK00.420.600.54
HSL18.59º43.03%32.35%-
HSV(B)18.59º60.17%46.27%-
XYZ10.118.313.76-
YUV81.14108.73154.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=50.43%
G=29.49%
B=20.09%

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
Decimal118694700.420.600.5418.5943.0332.35
Hex76452F02A3C36132b20
Octal166105570527466235340
Binary11101101000101101111010101011110011011010011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76452F; }

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

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

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

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

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

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

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

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