Html Css Color HEX #873C06 Saddle Brown

📋 copy color: '#873C06'

red 135 ◦ green 60 ◦ blue 6

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

Shades of Saddle Brown #873C06

Tints of Saddle Brown #873C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 67.16%
G = 29.85%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#873C06 (or 0x873C06) is known color: Saddle Brown. HEX triplet: 87, 3C and 06. RGB value is (135,60,6). Sum of RGB (Red+Green+Blue) = 135+60+6=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #873C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C06 is #78C3F9. Grayscale: #4C4C4C. Windows color (decimal): -7914490 or 408711. OLE color: 408711.

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

Color convert

RGB 135 60 6 -
CMYK 0 0.56 0.96 0.47
HSL 25.12º 0.91% 0.28% -
HSV(B) 25.12º 0.96% 0.53% -
XYZ 11.64 8.4 1.18 -
YUV 76.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 135 60 6 0 0.56 0.96 0.47 25.12 0.91 0.28
Hex 87 3C 6 0 38 60 2F 19 5B 1C
Octal 207 74 6 0 70 140 57 31 133 34
Binary 10000111 111100 110 0 111000 1100000 101111 11001 1011011 11100

Color Harmonies of #873C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C06

Black with #873C06

Text Example


Text Example

White with #873C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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