Html Css Color HEX #872E00 Saddle Brown

📋 copy color: '#872E00'

red 135 ◦ green 46 ◦ blue 0

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

Shades of Saddle Brown #872E00

Tints of Saddle Brown #872E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.41%

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

R = 74.59%
G = 25.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#872E00 (or 0x872E00) is known color: Saddle Brown. HEX triplet: 87, 2E and 00. RGB value is (135,46,0). Sum of RGB (Red+Green+Blue) = 135+46+0=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #872E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872E00 is #78D1FF. Grayscale: #434343. Windows color (decimal): -7918080 or 11911. OLE color: 11911.

HSL color Cylindrical-coordinate representation of color #872E00: hue angle of 20.44º 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 #872E00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 46 0 -
CMYK 0 0.66 1 0.47
HSL 20.44º 1% 0.26% -
HSV(B) 20.44º 1% 0.53% -
XYZ 10.97 7.1 0.79 -
YUV 67.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 135 46 0 0 0.66 1 0.47 20.44 1 0.26
Hex 87 2E 0 0 42 64 2F 14 64 1A
Octal 207 56 0 0 102 144 57 24 144 32
Binary 10000111 101110 0 0 1000010 1100100 101111 10100 1100100 11010

Color Harmonies of #872E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872E00

Black with #872E00

Text Example


Text Example

White with #872E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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