Html Css Color HEX #875206 Saddle Brown

📋 copy color: '#875206'

red 135 ◦ green 82 ◦ blue 6

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

Shades of Saddle Brown #875206

Tints of Saddle Brown #875206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 60.54%
G = 36.77%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#875206 (or 0x875206) is known color: Saddle Brown. HEX triplet: 87, 52 and 06. RGB value is (135,82,6). Sum of RGB (Red+Green+Blue) = 135+82+6=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #875206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875206 is #78ADF9. Grayscale: #595959. Windows color (decimal): -7908858 or 414343. OLE color: 414343.

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

Color convert

RGB 135 82 6 -
CMYK 0 0.39 0.96 0.47
HSL 35.35º 0.91% 0.28% -
HSV(B) 35.35º 0.96% 0.53% -
XYZ 13.04 11.2 1.65 -
YUV 89.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 135 82 6 0 0.39 0.96 0.47 35.35 0.91 0.28
Hex 87 52 6 0 27 60 2F 23 5B 1C
Octal 207 122 6 0 47 140 57 43 133 34
Binary 10000111 1010010 110 0 100111 1100000 101111 100011 1011011 11100

Color Harmonies of #875206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875206

Black with #875206

Text Example


Text Example

White with #875206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875206; }

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

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

background-color css

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

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

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

border-color css

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

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

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