Html Css Color HEX #875105 Saddle Brown

📋 copy color: '#875105'

red 135 ◦ green 81 ◦ blue 5

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

Shades of Saddle Brown #875105

Tints of Saddle Brown #875105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 61.09%
G = 36.65%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#875105 (or 0x875105) is known color: Saddle Brown. HEX triplet: 87, 51 and 05. RGB value is (135,81,5). Sum of RGB (Red+Green+Blue) = 135+81+5=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #875105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875105 is #78AEFA. Grayscale: #585858. Windows color (decimal): -7909115 or 348551. OLE color: 348551.

HSL color Cylindrical-coordinate representation of color #875105: hue angle of 35.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #875105 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 5 -
CMYK 0 0.40 0.96 0.47
HSL 35.08º 0.93% 0.27% -
HSV(B) 35.08º 0.96% 0.53% -
XYZ 12.96 11.05 1.59 -
YUV 88.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 135 81 5 0 0.40 0.96 0.47 35.08 0.93 0.27
Hex 87 51 5 0 28 60 2F 23 5D 1B
Octal 207 121 5 0 50 140 57 43 135 33
Binary 10000111 1010001 101 0 101000 1100000 101111 100011 1011101 11011

Color Harmonies of #875105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875105

Black with #875105

Text Example


Text Example

White with #875105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875105; }

 p { color: rgb(135,81,5); }

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

background-color css

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

 a { background-color: rgb(135,81,5); }

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

border-color css

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

 span { border-color: rgb(135,81,5); }

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