Html Css Color HEX #844600 Saddle Brown

📋 copy color: '#844600'

red 132 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #844600

Tints of Saddle Brown #844600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

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

R = 65.35%
G = 34.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844600 (or 0x844600) is known color: Saddle Brown. HEX triplet: 84, 46 and 00. RGB value is (132,70,0). Sum of RGB (Red+Green+Blue) = 132+70+0=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #844600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844600 is #7BB9FF. Grayscale: #505050. Windows color (decimal): -8108544 or 18052. OLE color: 18052.

HSL color Cylindrical-coordinate representation of color #844600: hue angle of 31.82º 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 #844600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 0 -
CMYK 0 0.47 1 0.48
HSL 31.82º 1% 0.26% -
HSV(B) 31.82º 1% 0.52% -
XYZ 11.71 9.29 1.18 -
YUV 80.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 132 70 0 0 0.47 1 0.48 31.82 1 0.26
Hex 84 46 0 0 2F 64 30 20 64 1A
Octal 204 106 0 0 57 144 60 40 144 32
Binary 10000100 1000110 0 0 101111 1100100 110000 100000 1100100 11010

Color Harmonies of #844600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844600

Black with #844600

Text Example


Text Example

White with #844600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844600; }

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

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

background-color css

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

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

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

border-color css

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

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

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