Html Css Color HEX #872D05 Saddle Brown

📋 copy color: '#872D05'

red 135 ◦ green 45 ◦ blue 5

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

Shades of Saddle Brown #872D05

Tints of Saddle Brown #872D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.32%

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

R = 72.97%
G = 24.32%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#872D05 (or 0x872D05) is known color: Saddle Brown. HEX triplet: 87, 2D and 05. RGB value is (135,45,5). Sum of RGB (Red+Green+Blue) = 135+45+5=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #872D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D05 is #78D2FA. Grayscale: #434343. Windows color (decimal): -7918331 or 339335. OLE color: 339335.

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

Color convert

RGB 135 45 5 -
CMYK 0 0.67 0.96 0.47
HSL 18.46º 0.93% 0.27% -
HSV(B) 18.46º 0.96% 0.53% -
XYZ 10.96 7.04 0.92 -
YUV 67.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 135 45 5 0 0.67 0.96 0.47 18.46 0.93 0.27
Hex 87 2D 5 0 43 60 2F 12 5D 1B
Octal 207 55 5 0 103 140 57 22 135 33
Binary 10000111 101101 101 0 1000011 1100000 101111 10010 1011101 11011

Color Harmonies of #872D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D05

Black with #872D05

Text Example


Text Example

White with #872D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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