Html Css Color HEX #872F03 Saddle Brown

📋 copy color: '#872F03'

red 135 ◦ green 47 ◦ blue 3

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

Shades of Saddle Brown #872F03

Tints of Saddle Brown #872F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 72.97%
G = 25.41%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#872F03 (or 0x872F03) is known color: Saddle Brown. HEX triplet: 87, 2F and 03. RGB value is (135,47,3). Sum of RGB (Red+Green+Blue) = 135+47+3=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #872F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872F03 is #78D0FC. Grayscale: #444444. Windows color (decimal): -7917821 or 208775. OLE color: 208775.

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

Color convert

RGB 135 47 3 -
CMYK 0 0.65 0.98 0.47
HSL 20º 0.96% 0.27% -
HSV(B) 20º 0.98% 0.53% -
XYZ 11.02 7.19 0.89 -
YUV 68.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 135 47 3 0 0.65 0.98 0.47 20 0.96 0.27
Hex 87 2F 3 0 41 62 2F 14 60 1B
Octal 207 57 3 0 101 142 57 24 140 33
Binary 10000111 101111 11 0 1000001 1100010 101111 10100 1100000 11011

Color Harmonies of #872F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F03

Black with #872F03

Text Example


Text Example

White with #872F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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