Html Css Color HEX #873C0F Saddle Brown

📋 copy color: '#873C0F'

red 135 ◦ green 60 ◦ blue 15

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

Shades of Saddle Brown #873C0F

Tints of Saddle Brown #873C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 64.29%
G = 28.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#873C0F (or 0x873C0F) is known color: Saddle Brown. HEX triplet: 87, 3C and 0F. RGB value is (135,60,15). Sum of RGB (Red+Green+Blue) = 135+60+15=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #873C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C0F is #78C3F0. Grayscale: #4D4D4D. Windows color (decimal): -7914481 or 998535. OLE color: 998535.

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

Color convert

RGB 135 60 15 -
CMYK 0 0.56 0.89 0.47
HSL 22.5º 0.8% 0.29% -
HSV(B) 22.5º 0.89% 0.53% -
XYZ 11.69 8.42 1.46 -
YUV 77.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 135 60 15 0 0.56 0.89 0.47 22.5 0.8 0.29
Hex 87 3C F 0 38 59 2F 16 50 1D
Octal 207 74 17 0 70 131 57 26 120 35
Binary 10000111 111100 1111 0 111000 1011001 101111 10110 1010000 11101

Color Harmonies of #873C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C0F

Black with #873C0F

Text Example


Text Example

White with #873C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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