Html Css Color HEX #873F06 Saddle Brown

📋 copy color: '#873F06'

red 135 ◦ green 63 ◦ blue 6

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

Shades of Saddle Brown #873F06

Tints of Saddle Brown #873F06

RGB

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

 GREEN value IS 63 (25% from 255) = 30.88%

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

R = 66.18%
G = 30.88%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#873F06 (or 0x873F06) is known color: Saddle Brown. HEX triplet: 87, 3F and 06. RGB value is (135,63,6). Sum of RGB (Red+Green+Blue) = 135+63+6=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #873F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F06 is #78C0F9. Grayscale: #4E4E4E. Windows color (decimal): -7913722 or 409479. OLE color: 409479.

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

Color convert

RGB 135 63 6 -
CMYK 0 0.53 0.96 0.47
HSL 26.51º 0.91% 0.28% -
HSV(B) 26.51º 0.96% 0.53% -
XYZ 11.8 8.72 1.23 -
YUV 78.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 135 63 6 0 0.53 0.96 0.47 26.51 0.91 0.28
Hex 87 3F 6 0 35 60 2F 1B 5B 1C
Octal 207 77 6 0 65 140 57 33 133 34
Binary 10000111 111111 110 0 110101 1100000 101111 11011 1011011 11100

Color Harmonies of #873F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F06

Black with #873F06

Text Example


Text Example

White with #873F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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