Html Css Color HEX #872D0A Saddle Brown

📋 copy color: '#872D0A'

red 135 ◦ green 45 ◦ blue 10

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

Shades of Saddle Brown #872D0A

Tints of Saddle Brown #872D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 71.05%
G = 23.68%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#872D0A (or 0x872D0A) is known color: Saddle Brown. HEX triplet: 87, 2D and 0A. RGB value is (135,45,10). Sum of RGB (Red+Green+Blue) = 135+45+10=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #872D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D0A is #78D2F5. Grayscale: #444444. Windows color (decimal): -7918326 or 667015. OLE color: 667015.

HSL color Cylindrical-coordinate representation of color #872D0A: hue angle of 16.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #872D0A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 45 10 -
CMYK 0 0.67 0.93 0.47
HSL 16.8º 0.86% 0.28% -
HSV(B) 16.8º 0.93% 0.53% -
XYZ 10.98 7.05 1.07 -
YUV 67.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 135 45 10 0 0.67 0.93 0.47 16.8 0.86 0.28
Hex 87 2D A 0 43 5D 2F 11 56 1C
Octal 207 55 12 0 103 135 57 21 126 34
Binary 10000111 101101 1010 0 1000011 1011101 101111 10001 1010110 11100

Color Harmonies of #872D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D0A

Black with #872D0A

Text Example


Text Example

White with #872D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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