Html Css Color HEX #872900 Saddle Brown

📋 copy color: '#872900'

red 135 ◦ green 41 ◦ blue 0

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

Shades of Saddle Brown #872900

Tints of Saddle Brown #872900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.7%
G = 23.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#872900 (or 0x872900) is known color: Saddle Brown. HEX triplet: 87, 29 and 00. RGB value is (135,41,0). Sum of RGB (Red+Green+Blue) = 135+41+0=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #872900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872900 is #78D6FF. Grayscale: #404040. Windows color (decimal): -7919360 or 10631. OLE color: 10631.

HSL color Cylindrical-coordinate representation of color #872900: hue angle of 18.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #872900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 0 -
CMYK 0 0.70 1 0.47
HSL 18.22º 1% 0.26% -
HSV(B) 18.22º 1% 0.53% -
XYZ 10.78 6.74 0.73 -
YUV 64.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 135 41 0 0 0.70 1 0.47 18.22 1 0.26
Hex 87 29 0 0 46 64 2F 12 64 1A
Octal 207 51 0 0 106 144 57 22 144 32
Binary 10000111 101001 0 0 1000110 1100100 101111 10010 1100100 11010

Color Harmonies of #872900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872900

Black with #872900

Text Example


Text Example

White with #872900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872900; }

 p { color: rgb(135,41,0); }

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

background-color css

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

 a { background-color: rgb(135,41,0); }

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

border-color css

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

 span { border-color: rgb(135,41,0); }

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