#77432F

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

Shades of Cumin #77432F

Tints of Cumin #77432F

Color information

#77432F (or 0x77432F) is unknown color: approx Cumin. HEX triplet: 77, 43 and 2F. RGB value is (119,67,47). Sum of RGB (Red+Green+Blue) = 119+67+47=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77432F is #88BCD0. Grayscale: #505050. Windows color (decimal): -8961233 or 3097463. OLE color: 3097463.

HSL color Cylindrical-coordinate representation of color #77432F: hue angle of 16.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77432F is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1196747-
CMYK00.440.610.53
HSL16.67º43.37%32.55%-
HSV(B)16.67º60.5%46.67%-
XYZ10.138.143.73-
YUV80.27109.23155.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=51.07%
G=28.76%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119674700.440.610.5316.6743.3732.55
Hex77432F02C3D35112b21
Octal167103570547565215341
Binary11101111000011101111010110011110111010110001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,67,47); }

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

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

 a { background-color: rgb(119,67,47); }

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

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

 span { border-color: rgb(119,67,47); }

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