Html Css Color HEX #873A01 Saddle Brown

📋 copy color: '#873A01'

red 135 ◦ green 58 ◦ blue 1

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

Shades of Saddle Brown #873A01

Tints of Saddle Brown #873A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 69.59%
G = 29.9%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#873A01 (or 0x873A01) is known color: Saddle Brown. HEX triplet: 87, 3A and 01. RGB value is (135,58,1). Sum of RGB (Red+Green+Blue) = 135+58+1=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #873A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A01 is #78C5FE. Grayscale: #4A4A4A. Windows color (decimal): -7915007 or 80519. OLE color: 80519.

HSL color Cylindrical-coordinate representation of color #873A01: hue angle of 25.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #873A01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 1 -
CMYK 0 0.57 0.99 0.47
HSL 25.52º 0.99% 0.27% -
HSV(B) 25.52º 0.99% 0.53% -
XYZ 11.51 8.18 1 -
YUV 74.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 135 58 1 0 0.57 0.99 0.47 25.52 0.99 0.27
Hex 87 3A 1 0 39 63 2F 1A 63 1B
Octal 207 72 1 0 71 143 57 32 143 33
Binary 10000111 111010 1 0 111001 1100011 101111 11010 1100011 11011

Color Harmonies of #873A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A01

Black with #873A01

Text Example


Text Example

White with #873A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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