Html Css Color HEX #873D14 Saddle Brown

📋 copy color: '#873D14'

red 135 ◦ green 61 ◦ blue 20

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

Shades of Saddle Brown #873D14

Tints of Saddle Brown #873D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.24%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 62.5%
G = 28.24%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#873D14 (or 0x873D14) is known color: Saddle Brown. HEX triplet: 87, 3D and 14. RGB value is (135,61,20). Sum of RGB (Red+Green+Blue) = 135+61+20=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #873D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D14 is #78C2EB. Grayscale: #4E4E4E. Windows color (decimal): -7914220 or 1326471. OLE color: 1326471.

HSL color Cylindrical-coordinate representation of color #873D14: hue angle of 21.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #873D14 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 61 20 -
CMYK 0 0.55 0.85 0.47
HSL 21.39º 0.74% 0.3% -
HSV(B) 21.39º 0.85% 0.53% -
XYZ 11.79 8.54 1.69 -
YUV 78.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 135 61 20 0 0.55 0.85 0.47 21.39 0.74 0.3
Hex 87 3D 14 0 37 55 2F 15 4A 1E
Octal 207 75 24 0 67 125 57 25 112 36
Binary 10000111 111101 10100 0 110111 1010101 101111 10101 1001010 11110

Color Harmonies of #873D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D14

Black with #873D14

Text Example


Text Example

White with #873D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,20); }

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

background-color css

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

 a { background-color: rgb(135,61,20); }

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

border-color css

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

 span { border-color: rgb(135,61,20); }

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