Html Css Color HEX #873814 Saddle Brown

📋 copy color: '#873814'

red 135 ◦ green 56 ◦ blue 20

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

Shades of Saddle Brown #873814

Tints of Saddle Brown #873814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 63.98%
G = 26.54%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#873814 (or 0x873814) is known color: Saddle Brown. HEX triplet: 87, 38 and 14. RGB value is (135,56,20). Sum of RGB (Red+Green+Blue) = 135+56+20=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #873814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873814 is #78C7EB. Grayscale: #4B4B4B. Windows color (decimal): -7915500 or 1325191. OLE color: 1325191.

HSL color Cylindrical-coordinate representation of color #873814: hue angle of 18.78º 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 #873814 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 20 -
CMYK 0 0.59 0.85 0.47
HSL 18.78º 0.74% 0.3% -
HSV(B) 18.78º 0.85% 0.53% -
XYZ 11.53 8.03 1.6 -
YUV 75.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 135 56 20 0 0.59 0.85 0.47 18.78 0.74 0.3
Hex 87 38 14 0 3B 55 2F 13 4A 1E
Octal 207 70 24 0 73 125 57 23 112 36
Binary 10000111 111000 10100 0 111011 1010101 101111 10011 1001010 11110

Color Harmonies of #873814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873814

Black with #873814

Text Example


Text Example

White with #873814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873814; }

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

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

background-color css

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

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

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

border-color css

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

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

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