Html Css Color HEX #874308 Saddle Brown

📋 copy color: '#874308'

red 135 ◦ green 67 ◦ blue 8

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

Shades of Saddle Brown #874308

Tints of Saddle Brown #874308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 64.29%
G = 31.9%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#874308 (or 0x874308) is known color: Saddle Brown. HEX triplet: 87, 43 and 08. RGB value is (135,67,8). Sum of RGB (Red+Green+Blue) = 135+67+8=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #874308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874308 is #78BCF7. Grayscale: #505050. Windows color (decimal): -7912696 or 541575. OLE color: 541575.

HSL color Cylindrical-coordinate representation of color #874308: hue angle of 27.87º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #874308 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 8 -
CMYK 0 0.50 0.94 0.47
HSL 27.87º 0.89% 0.28% -
HSV(B) 27.87º 0.94% 0.53% -
XYZ 12.04 9.18 1.37 -
YUV 80.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 135 67 8 0 0.50 0.94 0.47 27.87 0.89 0.28
Hex 87 43 8 0 32 5E 2F 1C 59 1C
Octal 207 103 10 0 62 136 57 34 131 34
Binary 10000111 1000011 1000 0 110010 1011110 101111 11100 1011001 11100

Color Harmonies of #874308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874308

Black with #874308

Text Example


Text Example

White with #874308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874308; }

 p { color: rgb(135,67,8); }

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

background-color css

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

 a { background-color: rgb(135,67,8); }

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

border-color css

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

 span { border-color: rgb(135,67,8); }

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