Html Css Color HEX #873C01 Saddle Brown

📋 copy color: '#873C01'

red 135 ◦ green 60 ◦ blue 1

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

Shades of Saddle Brown #873C01

Tints of Saddle Brown #873C01

RGB

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

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

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

R = 68.88%
G = 30.61%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#873C01 (or 0x873C01) is known color: Saddle Brown. HEX triplet: 87, 3C and 01. RGB value is (135,60,1). Sum of RGB (Red+Green+Blue) = 135+60+1=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #873C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C01 is #78C3FE. Grayscale: #4C4C4C. Windows color (decimal): -7914495 or 81031. OLE color: 81031.

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

Color convert

RGB 135 60 1 -
CMYK 0 0.56 0.99 0.47
HSL 26.42º 0.99% 0.27% -
HSV(B) 26.42º 0.99% 0.53% -
XYZ 11.61 8.38 1.04 -
YUV 75.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 135 60 1 0 0.56 0.99 0.47 26.42 0.99 0.27
Hex 87 3C 1 0 38 63 2F 1A 63 1B
Octal 207 74 1 0 70 143 57 32 143 33
Binary 10000111 111100 1 0 111000 1100011 101111 11010 1100011 11011

Color Harmonies of #873C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C01

Black with #873C01

Text Example


Text Example

White with #873C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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