Html Css Color HEX #844710 Saddle Brown

📋 copy color: '#844710'

red 132 ◦ green 71 ◦ blue 16

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

Shades of Saddle Brown #844710

Tints of Saddle Brown #844710

RGB

 RED value IS 132 (51.95% from 255) = 60.27%

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 60.27%
G = 32.42%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#844710 (or 0x844710) is known color: Saddle Brown. HEX triplet: 84, 47 and 10. RGB value is (132,71,16). Sum of RGB (Red+Green+Blue) = 132+71+16=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #844710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844710 is #7BB8EF. Grayscale: #535353. Windows color (decimal): -8108272 or 1066884. OLE color: 1066884.

HSL color Cylindrical-coordinate representation of color #844710: hue angle of 28.45º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #844710 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 16 -
CMYK 0 0.46 0.88 0.48
HSL 28.45º 0.78% 0.29% -
HSV(B) 28.45º 0.88% 0.52% -
XYZ 11.86 9.45 1.69 -
YUV 82.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 132 71 16 0 0.46 0.88 0.48 28.45 0.78 0.29
Hex 84 47 10 0 2E 58 30 1C 4E 1D
Octal 204 107 20 0 56 130 60 34 116 35
Binary 10000100 1000111 10000 0 101110 1011000 110000 11100 1001110 11101

Color Harmonies of #844710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844710

Black with #844710

Text Example


Text Example

White with #844710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844710; }

 p { color: rgb(132,71,16); }

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

background-color css

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

 a { background-color: rgb(132,71,16); }

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

border-color css

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

 span { border-color: rgb(132,71,16); }

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