Html Css Color HEX #844805 Saddle Brown

📋 copy color: '#844805'

red 132 ◦ green 72 ◦ blue 5

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

Shades of Saddle Brown #844805

Tints of Saddle Brown #844805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 63.16%
G = 34.45%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#844805 (or 0x844805) is known color: Saddle Brown. HEX triplet: 84, 48 and 05. RGB value is (132,72,5). Sum of RGB (Red+Green+Blue) = 132+72+5=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #844805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844805 is #7BB7FA. Grayscale: #525252. Windows color (decimal): -8108027 or 346244. OLE color: 346244.

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

Color convert

RGB 132 72 5 -
CMYK 0 0.45 0.96 0.48
HSL 31.65º 0.93% 0.27% -
HSV(B) 31.65º 0.96% 0.52% -
XYZ 11.86 9.55 1.36 -
YUV 82.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 132 72 5 0 0.45 0.96 0.48 31.65 0.93 0.27
Hex 84 48 5 0 2D 60 30 20 5D 1B
Octal 204 110 5 0 55 140 60 40 135 33
Binary 10000100 1001000 101 0 101101 1100000 110000 100000 1011101 11011

Color Harmonies of #844805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844805

Black with #844805

Text Example


Text Example

White with #844805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844805; }

 p { color: rgb(132,72,5); }

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

background-color css

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

 a { background-color: rgb(132,72,5); }

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

border-color css

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

 span { border-color: rgb(132,72,5); }

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