Html Css Color HEX #874506 Saddle Brown

📋 copy color: '#874506'

red 135 ◦ green 69 ◦ blue 6

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

Shades of Saddle Brown #874506

Tints of Saddle Brown #874506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 64.29%
G = 32.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#874506 (or 0x874506) is known color: Saddle Brown. HEX triplet: 87, 45 and 06. RGB value is (135,69,6). Sum of RGB (Red+Green+Blue) = 135+69+6=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #874506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874506 is #78BAF9. Grayscale: #515151. Windows color (decimal): -7912186 or 411015. OLE color: 411015.

HSL color Cylindrical-coordinate representation of color #874506: hue angle of 29.3º 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 #874506 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 6 -
CMYK 0 0.49 0.96 0.47
HSL 29.3º 0.91% 0.28% -
HSV(B) 29.3º 0.96% 0.53% -
XYZ 12.15 9.42 1.35 -
YUV 81.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 135 69 6 0 0.49 0.96 0.47 29.3 0.91 0.28
Hex 87 45 6 0 31 60 2F 1D 5B 1C
Octal 207 105 6 0 61 140 57 35 133 34
Binary 10000111 1000101 110 0 110001 1100000 101111 11101 1011011 11100

Color Harmonies of #874506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874506

Black with #874506

Text Example


Text Example

White with #874506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874506; }

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

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

background-color css

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

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

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

border-color css

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

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

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