Html Css Color HEX #875205 Saddle Brown

📋 copy color: '#875205'

red 135 ◦ green 82 ◦ blue 5

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

Shades of Saddle Brown #875205

Tints of Saddle Brown #875205

RGB

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

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

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

R = 60.81%
G = 36.94%
B = 2.25%

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

#875205 (or 0x875205) is known color: Saddle Brown. HEX triplet: 87, 52 and 05. RGB value is (135,82,5). Sum of RGB (Red+Green+Blue) = 135+82+5=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #875205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875205 is #78ADFA. Grayscale: #595959. Windows color (decimal): -7908859 or 348807. OLE color: 348807.

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

Color convert

RGB 135 82 5 -
CMYK 0 0.39 0.96 0.47
HSL 35.54º 0.93% 0.27% -
HSV(B) 35.54º 0.96% 0.53% -
XYZ 13.04 11.2 1.62 -
YUV 89.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 135 82 5 0 0.39 0.96 0.47 35.54 0.93 0.27
Hex 87 52 5 0 27 60 2F 24 5D 1B
Octal 207 122 5 0 47 140 57 44 135 33
Binary 10000111 1010010 101 0 100111 1100000 101111 100100 1011101 11011

Color Harmonies of #875205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875205

Black with #875205

Text Example


Text Example

White with #875205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875205; }

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

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

background-color css

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

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

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

border-color css

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

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

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