Html Css Color HEX #873F16 Saddle Brown

📋 copy color: '#873F16'

red 135 ◦ green 63 ◦ blue 22

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

Shades of Saddle Brown #873F16

Tints of Saddle Brown #873F16

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

 BLUE value IS 22 (8.98% from 255) = 10%

R = 61.36%
G = 28.64%
B = 10%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#873F16 (or 0x873F16) is known color: Saddle Brown. HEX triplet: 87, 3F and 16. RGB value is (135,63,22). Sum of RGB (Red+Green+Blue) = 135+63+22=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #873F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F16 is #78C0E9. Grayscale: #505050. Windows color (decimal): -7913706 or 1458055. OLE color: 1458055.

HSL color Cylindrical-coordinate representation of color #873F16: hue angle of 21.77º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #873F16 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 63 22 -
CMYK 0 0.53 0.84 0.47
HSL 21.77º 0.72% 0.31% -
HSV(B) 21.77º 0.84% 0.53% -
XYZ 11.91 8.76 1.82 -
YUV 79.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 135 63 22 0 0.53 0.84 0.47 21.77 0.72 0.31
Hex 87 3F 16 0 35 54 2F 16 48 1F
Octal 207 77 26 0 65 124 57 26 110 37
Binary 10000111 111111 10110 0 110101 1010100 101111 10110 1001000 11111

Color Harmonies of #873F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F16

Black with #873F16

Text Example


Text Example

White with #873F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873F16; }

 p { color: rgb(135,63,22); }

 H1.HeaderClassName
 {
   color: #873F16;
 }
 .AnyTagClassName
 {
   color: #873F16;
 }
</style>

background-color css

<style>
 a { background-color: #873F16; }

 a { background-color: rgb(135,63,22); }

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

border-color css

<style>
 span { border-color: #873F16; }

 span { border-color: rgb(135,63,22); }

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