Html Css Color HEX #844700 Saddle Brown

📋 copy color: '#844700'

red 132 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #844700

Tints of Saddle Brown #844700

RGB

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

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

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

R = 65.02%
G = 34.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844700 (or 0x844700) is known color: Saddle Brown. HEX triplet: 84, 47 and 00. RGB value is (132,71,0). Sum of RGB (Red+Green+Blue) = 132+71+0=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #844700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844700 is #7BB8FF. Grayscale: #515151. Windows color (decimal): -8108288 or 18308. OLE color: 18308.

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

Color convert

RGB 132 71 0 -
CMYK 0 0.46 1 0.48
HSL 32.27º 1% 0.26% -
HSV(B) 32.27º 1% 0.52% -
XYZ 11.77 9.41 1.2 -
YUV 81.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 132 71 0 0 0.46 1 0.48 32.27 1 0.26
Hex 84 47 0 0 2E 64 30 20 64 1A
Octal 204 107 0 0 56 144 60 40 144 32
Binary 10000100 1000111 0 0 101110 1100100 110000 100000 1100100 11010

Color Harmonies of #844700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844700

Black with #844700

Text Example


Text Example

White with #844700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844700; }

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

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

background-color css

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

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

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

border-color css

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

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

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