Html Css Color HEX #873A1A Saddle Brown

📋 copy color: '#873A1A'

red 135 ◦ green 58 ◦ blue 26

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

Shades of Saddle Brown #873A1A

Tints of Saddle Brown #873A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

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

R = 61.64%
G = 26.48%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#873A1A (or 0x873A1A) is known color: Saddle Brown. HEX triplet: 87, 3A and 1A. RGB value is (135,58,26). Sum of RGB (Red+Green+Blue) = 135+58+26=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #873A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A1A is #78C5E5. Grayscale: #4D4D4D. Windows color (decimal): -7914982 or 1718919. OLE color: 1718919.

HSL color Cylindrical-coordinate representation of color #873A1A: hue angle of 17.61º 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 #873A1A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 26 -
CMYK 0 0.57 0.81 0.47
HSL 17.61º 0.68% 0.32% -
HSV(B) 17.61º 0.81% 0.53% -
XYZ 11.69 8.25 1.95 -
YUV 77.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 135 58 26 0 0.57 0.81 0.47 17.61 0.68 0.32
Hex 87 3A 1A 0 39 51 2F 12 44 20
Octal 207 72 32 0 71 121 57 22 104 40
Binary 10000111 111010 11010 0 111001 1010001 101111 10010 1000100 100000

Color Harmonies of #873A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A1A

Black with #873A1A

Text Example


Text Example

White with #873A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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