Html Css Color HEX #873C1A Saddle Brown

📋 copy color: '#873C1A'

red 135 ◦ green 60 ◦ blue 26

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

Shades of Saddle Brown #873C1A

Tints of Saddle Brown #873C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 61.09%
G = 27.15%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#873C1A (or 0x873C1A) is known color: Saddle Brown. HEX triplet: 87, 3C and 1A. RGB value is (135,60,26). Sum of RGB (Red+Green+Blue) = 135+60+26=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #873C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C1A is #78C3E5. Grayscale: #4E4E4E. Windows color (decimal): -7914470 or 1719431. OLE color: 1719431.

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

Color convert

RGB 135 60 26 -
CMYK 0 0.56 0.81 0.47
HSL 18.72º 0.68% 0.32% -
HSV(B) 18.72º 0.81% 0.53% -
XYZ 11.79 8.46 1.99 -
YUV 78.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 135 60 26 0 0.56 0.81 0.47 18.72 0.68 0.32
Hex 87 3C 1A 0 38 51 2F 13 44 20
Octal 207 74 32 0 70 121 57 23 104 40
Binary 10000111 111100 11010 0 111000 1010001 101111 10011 1000100 100000

Color Harmonies of #873C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C1A

Black with #873C1A

Text Example


Text Example

White with #873C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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