Html Css Color HEX #874C06 Saddle Brown

📋 copy color: '#874C06'

red 135 ◦ green 76 ◦ blue 6

#874C06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #874C06

Tints of Saddle Brown #874C06

RGB

 RED value IS 135 (53.13% from 255) = 62.21%

 GREEN value IS 76 (30.08% from 255) = 35.02%

 BLUE value IS 6 (2.73% from 255) = 2.76%

R = 62.21%
G = 35.02%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#874C06 (or 0x874C06) is known color: Saddle Brown. HEX triplet: 87, 4C and 06. RGB value is (135,76,6). Sum of RGB (Red+Green+Blue) = 135+76+6=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #874C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C06 is #78B3F9. Grayscale: #565656. Windows color (decimal): -7910394 or 412807. OLE color: 412807.

HSL color Cylindrical-coordinate representation of color #874C06: hue angle of 32.56º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #874C06 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 6 -
CMYK 0 0.44 0.96 0.47
HSL 32.56º 0.91% 0.28% -
HSV(B) 32.56º 0.96% 0.53% -
XYZ 12.61 10.33 1.5 -
YUV 85.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 135 76 6 0 0.44 0.96 0.47 32.56 0.91 0.28
Hex 87 4C 6 0 2C 60 2F 21 5B 1C
Octal 207 114 6 0 54 140 57 41 133 34
Binary 10000111 1001100 110 0 101100 1100000 101111 100001 1011011 11100

Color Harmonies of #874C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C06

Black with #874C06

Text Example


Text Example

White with #874C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C06; }

 p { color: rgb(135,76,6); }

 H1.HeaderClassName
 {
   color: #874C06;
 }
 .AnyTagClassName
 {
   color: #874C06;
 }
</style>

background-color css

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

 a { background-color: rgb(135,76,6); }

 div.DivClassName
 {
   background-color: #874C06;
 }
 .BgClassName
 {
   background-color: #874C06;
 }
</style>

border-color css

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

 span { border-color: rgb(135,76,6); }

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