Html Css Color HEX #873C0A Saddle Brown

📋 copy color: '#873C0A'

red 135 ◦ green 60 ◦ blue 10

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

Shades of Saddle Brown #873C0A

Tints of Saddle Brown #873C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 65.85%
G = 29.27%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#873C0A (or 0x873C0A) is known color: Saddle Brown. HEX triplet: 87, 3C and 0A. RGB value is (135,60,10). Sum of RGB (Red+Green+Blue) = 135+60+10=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #873C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C0A is #78C3F5. Grayscale: #4D4D4D. Windows color (decimal): -7914486 or 670855. OLE color: 670855.

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

Color convert

RGB 135 60 10 -
CMYK 0 0.56 0.93 0.47
HSL 24º 0.86% 0.28% -
HSV(B) 24º 0.93% 0.53% -
XYZ 11.66 8.4 1.29 -
YUV 76.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 135 60 10 0 0.56 0.93 0.47 24 0.86 0.28
Hex 87 3C A 0 38 5D 2F 18 56 1C
Octal 207 74 12 0 70 135 57 30 126 34
Binary 10000111 111100 1010 0 111000 1011101 101111 11000 1010110 11100

Color Harmonies of #873C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C0A

Black with #873C0A

Text Example


Text Example

White with #873C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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