Html Css Color HEX #844801 Saddle Brown

📋 copy color: '#844801'

red 132 ◦ green 72 ◦ blue 1

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

Shades of Saddle Brown #844801

Tints of Saddle Brown #844801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 64.39%
G = 35.12%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#844801 (or 0x844801) is known color: Saddle Brown. HEX triplet: 84, 48 and 01. RGB value is (132,72,1). Sum of RGB (Red+Green+Blue) = 132+72+1=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #844801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844801 is #7BB7FE. Grayscale: #525252. Windows color (decimal): -8108031 or 84100. OLE color: 84100.

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

Color convert

RGB 132 72 1 -
CMYK 0 0.45 0.99 0.48
HSL 32.52º 0.98% 0.26% -
HSV(B) 32.52º 0.99% 0.52% -
XYZ 11.84 9.54 1.25 -
YUV 81.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 132 72 1 0 0.45 0.99 0.48 32.52 0.98 0.26
Hex 84 48 1 0 2D 63 30 21 62 1A
Octal 204 110 1 0 55 143 60 41 142 32
Binary 10000100 1001000 1 0 101101 1100011 110000 100001 1100010 11010

Color Harmonies of #844801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844801

Black with #844801

Text Example


Text Example

White with #844801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844801; }

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

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

background-color css

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

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

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

border-color css

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

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

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