Html Css Color HEX #874606 Saddle Brown

📋 copy color: '#874606'

red 135 ◦ green 70 ◦ blue 6

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

Shades of Saddle Brown #874606

Tints of Saddle Brown #874606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

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

R = 63.98%
G = 33.18%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#874606 (or 0x874606) is known color: Saddle Brown. HEX triplet: 87, 46 and 06. RGB value is (135,70,6). Sum of RGB (Red+Green+Blue) = 135+70+6=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #874606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874606 is #78B9F9. Grayscale: #525252. Windows color (decimal): -7911930 or 411271. OLE color: 411271.

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

Color convert

RGB 135 70 6 -
CMYK 0 0.48 0.96 0.47
HSL 29.77º 0.91% 0.28% -
HSV(B) 29.77º 0.96% 0.53% -
XYZ 12.21 9.54 1.37 -
YUV 82.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 135 70 6 0 0.48 0.96 0.47 29.77 0.91 0.28
Hex 87 46 6 0 30 60 2F 1E 5B 1C
Octal 207 106 6 0 60 140 57 36 133 34
Binary 10000111 1000110 110 0 110000 1100000 101111 11110 1011011 11100

Color Harmonies of #874606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874606

Black with #874606

Text Example


Text Example

White with #874606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874606; }

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

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

background-color css

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

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

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

border-color css

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

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

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