Html Css Color HEX #873C0D Saddle Brown

📋 copy color: '#873C0D'

red 135 ◦ green 60 ◦ blue 13

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

Shades of Saddle Brown #873C0D

Tints of Saddle Brown #873C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 64.9%
G = 28.85%
B = 6.25%

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

#873C0D (or 0x873C0D) is known color: Saddle Brown. HEX triplet: 87, 3C and 0D. RGB value is (135,60,13). Sum of RGB (Red+Green+Blue) = 135+60+13=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #873C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C0D is #78C3F2. Grayscale: #4D4D4D. Windows color (decimal): -7914483 or 867463. OLE color: 867463.

HSL color Cylindrical-coordinate representation of color #873C0D: hue angle of 23.11º degrees, saturation: 0.82, 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 #873C0D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 13 -
CMYK 0 0.56 0.90 0.47
HSL 23.11º 0.82% 0.29% -
HSV(B) 23.11º 0.9% 0.53% -
XYZ 11.68 8.41 1.39 -
YUV 77.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 135 60 13 0 0.56 0.90 0.47 23.11 0.82 0.29
Hex 87 3C D 0 38 5A 2F 17 52 1D
Octal 207 74 15 0 70 132 57 27 122 35
Binary 10000111 111100 1101 0 111000 1011010 101111 10111 1010010 11101

Color Harmonies of #873C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C0D

Black with #873C0D

Text Example


Text Example

White with #873C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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