Html Css Color HEX #875005 Saddle Brown

📋 copy color: '#875005'

red 135 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #875005

Tints of Saddle Brown #875005

RGB

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

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

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

R = 61.36%
G = 36.36%
B = 2.27%

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

#875005 (or 0x875005) is known color: Saddle Brown. HEX triplet: 87, 50 and 05. RGB value is (135,80,5). Sum of RGB (Red+Green+Blue) = 135+80+5=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #875005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875005 is #78AFFA. Grayscale: #585858. Windows color (decimal): -7909371 or 348295. OLE color: 348295.

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

Color convert

RGB 135 80 5 -
CMYK 0 0.41 0.96 0.47
HSL 34.62º 0.93% 0.27% -
HSV(B) 34.62º 0.96% 0.53% -
XYZ 12.89 10.9 1.57 -
YUV 87.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 135 80 5 0 0.41 0.96 0.47 34.62 0.93 0.27
Hex 87 50 5 0 29 60 2F 23 5D 1B
Octal 207 120 5 0 51 140 57 43 135 33
Binary 10000111 1010000 101 0 101001 1100000 101111 100011 1011101 11011

Color Harmonies of #875005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875005

Black with #875005

Text Example


Text Example

White with #875005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875005; }

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

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

background-color css

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

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

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

border-color css

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

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

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