Html Css Color HEX #844200 Saddle Brown

📋 copy color: '#844200'

red 132 ◦ green 66 ◦ blue 0

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

Shades of Saddle Brown #844200

Tints of Saddle Brown #844200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844200 (or 0x844200) is known color: Saddle Brown. HEX triplet: 84, 42 and 00. RGB value is (132,66,0). Sum of RGB (Red+Green+Blue) = 132+66+0=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #844200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844200 is #7BBDFF. Grayscale: #4E4E4E. Windows color (decimal): -8109568 or 17028. OLE color: 17028.

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

Color convert

RGB 132 66 0 -
CMYK 0 0.5 1 0.48
HSL 30º 1% 0.26% -
HSV(B) 30º 1% 0.52% -
XYZ 11.46 8.8 1.09 -
YUV 78.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 132 66 0 0 0.5 1 0.48 30 1 0.26
Hex 84 42 0 0 32 64 30 1E 64 1A
Octal 204 102 0 0 62 144 60 36 144 32
Binary 10000100 1000010 0 0 110010 1100100 110000 11110 1100100 11010

Color Harmonies of #844200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844200

Black with #844200

Text Example


Text Example

White with #844200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844200; }

 p { color: rgb(132,66,0); }

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

background-color css

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

 a { background-color: rgb(132,66,0); }

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

border-color css

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

 span { border-color: rgb(132,66,0); }

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