Html Css Color HEX #873C0E Saddle Brown

📋 copy color: '#873C0E'

red 135 ◦ green 60 ◦ blue 14

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

Shades of Saddle Brown #873C0E

Tints of Saddle Brown #873C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 64.59%
G = 28.71%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#873C0E (or 0x873C0E) is known color: Saddle Brown. HEX triplet: 87, 3C and 0E. RGB value is (135,60,14). Sum of RGB (Red+Green+Blue) = 135+60+14=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #873C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C0E is #78C3F1. Grayscale: #4D4D4D. Windows color (decimal): -7914482 or 932999. OLE color: 932999.

HSL color Cylindrical-coordinate representation of color #873C0E: hue angle of 22.81º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #873C0E is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 14 -
CMYK 0 0.56 0.90 0.47
HSL 22.81º 0.81% 0.29% -
HSV(B) 22.81º 0.9% 0.53% -
XYZ 11.69 8.41 1.42 -
YUV 77.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 135 60 14 0 0.56 0.90 0.47 22.81 0.81 0.29
Hex 87 3C E 0 38 5A 2F 17 51 1D
Octal 207 74 16 0 70 132 57 27 121 35
Binary 10000111 111100 1110 0 111000 1011010 101111 10111 1010001 11101

Color Harmonies of #873C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C0E

Black with #873C0E

Text Example


Text Example

White with #873C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,14); }

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

background-color css

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

 a { background-color: rgb(135,60,14); }

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

border-color css

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

 span { border-color: rgb(135,60,14); }

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