Html Css Color HEX #873C18 Saddle Brown

📋 copy color: '#873C18'

red 135 ◦ green 60 ◦ blue 24

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

Shades of Saddle Brown #873C18

Tints of Saddle Brown #873C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 61.64%
G = 27.4%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#873C18 (or 0x873C18) is known color: Saddle Brown. HEX triplet: 87, 3C and 18. RGB value is (135,60,24). Sum of RGB (Red+Green+Blue) = 135+60+24=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #873C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C18 is #78C3E7. Grayscale: #4E4E4E. Windows color (decimal): -7914472 or 1588359. OLE color: 1588359.

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

Color convert

RGB 135 60 24 -
CMYK 0 0.56 0.82 0.47
HSL 19.46º 0.7% 0.31% -
HSV(B) 19.46º 0.82% 0.53% -
XYZ 11.77 8.45 1.87 -
YUV 78.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 135 60 24 0 0.56 0.82 0.47 19.46 0.7 0.31
Hex 87 3C 18 0 38 52 2F 13 46 1F
Octal 207 74 30 0 70 122 57 23 106 37
Binary 10000111 111100 11000 0 111000 1010010 101111 10011 1000110 11111

Color Harmonies of #873C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C18

Black with #873C18

Text Example


Text Example

White with #873C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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