Html Css Color HEX #875006 Saddle Brown

📋 copy color: '#875006'

red 135 ◦ green 80 ◦ blue 6

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

Shades of Saddle Brown #875006

Tints of Saddle Brown #875006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

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

R = 61.09%
G = 36.2%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#875006 (or 0x875006) is known color: Saddle Brown. HEX triplet: 87, 50 and 06. RGB value is (135,80,6). Sum of RGB (Red+Green+Blue) = 135+80+6=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #875006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875006 is #78AFF9. Grayscale: #585858. Windows color (decimal): -7909370 or 413831. OLE color: 413831.

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

Color convert

RGB 135 80 6 -
CMYK 0 0.41 0.96 0.47
HSL 34.42º 0.91% 0.28% -
HSV(B) 34.42º 0.96% 0.53% -
XYZ 12.89 10.9 1.6 -
YUV 88.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 135 80 6 0 0.41 0.96 0.47 34.42 0.91 0.28
Hex 87 50 6 0 29 60 2F 22 5B 1C
Octal 207 120 6 0 51 140 57 42 133 34
Binary 10000111 1010000 110 0 101001 1100000 101111 100010 1011011 11100

Color Harmonies of #875006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875006

Black with #875006

Text Example


Text Example

White with #875006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875006; }

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

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

background-color css

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

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

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

border-color css

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

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

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