Html Css Color HEX #872F0C Saddle Brown

📋 copy color: '#872F0C'

red 135 ◦ green 47 ◦ blue 12

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

Shades of Saddle Brown #872F0C

Tints of Saddle Brown #872F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.23%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 69.59%
G = 24.23%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#872F0C (or 0x872F0C) is known color: Saddle Brown. HEX triplet: 87, 2F and 0C. RGB value is (135,47,12). Sum of RGB (Red+Green+Blue) = 135+47+12=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #872F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872F0C is #78D0F3. Grayscale: #454545. Windows color (decimal): -7917812 or 798599. OLE color: 798599.

HSL color Cylindrical-coordinate representation of color #872F0C: hue angle of 17.07º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #872F0C is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 12 -
CMYK 0 0.65 0.91 0.47
HSL 17.07º 0.84% 0.29% -
HSV(B) 17.07º 0.91% 0.53% -
XYZ 11.07 7.21 1.16 -
YUV 69.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 135 47 12 0 0.65 0.91 0.47 17.07 0.84 0.29
Hex 87 2F C 0 41 5B 2F 11 54 1D
Octal 207 57 14 0 101 133 57 21 124 35
Binary 10000111 101111 1100 0 1000001 1011011 101111 10001 1010100 11101

Color Harmonies of #872F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F0C

Black with #872F0C

Text Example


Text Example

White with #872F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,47,12); }

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

background-color css

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

 a { background-color: rgb(135,47,12); }

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

border-color css

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

 span { border-color: rgb(135,47,12); }

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