Html Css Color HEX #844706 Saddle Brown

📋 copy color: '#844706'

red 132 ◦ green 71 ◦ blue 6

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

Shades of Saddle Brown #844706

Tints of Saddle Brown #844706

RGB

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

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

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

R = 63.16%
G = 33.97%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#844706 (or 0x844706) is known color: Saddle Brown. HEX triplet: 84, 47 and 06. RGB value is (132,71,6). Sum of RGB (Red+Green+Blue) = 132+71+6=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #844706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844706 is #7BB8F9. Grayscale: #525252. Windows color (decimal): -8108282 or 411524. OLE color: 411524.

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

Color convert

RGB 132 71 6 -
CMYK 0 0.46 0.95 0.48
HSL 30.95º 0.91% 0.27% -
HSV(B) 30.95º 0.95% 0.52% -
XYZ 11.8 9.43 1.37 -
YUV 81.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 132 71 6 0 0.46 0.95 0.48 30.95 0.91 0.27
Hex 84 47 6 0 2E 5F 30 1F 5B 1B
Octal 204 107 6 0 56 137 60 37 133 33
Binary 10000100 1000111 110 0 101110 1011111 110000 11111 1011011 11011

Color Harmonies of #844706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844706

Black with #844706

Text Example


Text Example

White with #844706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844706; }

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

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

background-color css

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

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

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

border-color css

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

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

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