Html Css Color HEX #845011 Saddle Brown

📋 copy color: '#845011'

red 132 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #845011

Tints of Saddle Brown #845011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 57.64%
G = 34.93%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#845011 (or 0x845011) is known color: Saddle Brown. HEX triplet: 84, 50 and 11. RGB value is (132,80,17). Sum of RGB (Red+Green+Blue) = 132+80+17=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #845011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845011 is #7BAFEE. Grayscale: #585858. Windows color (decimal): -8105967 or 1134724. OLE color: 1134724.

HSL color Cylindrical-coordinate representation of color #845011: hue angle of 32.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #845011 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 17 -
CMYK 0 0.39 0.87 0.48
HSL 32.87º 0.77% 0.29% -
HSV(B) 32.87º 0.87% 0.52% -
XYZ 12.49 10.68 1.93 -
YUV 88.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 132 80 17 0 0.39 0.87 0.48 32.87 0.77 0.29
Hex 84 50 11 0 27 57 30 21 4D 1D
Octal 204 120 21 0 47 127 60 41 115 35
Binary 10000100 1010000 10001 0 100111 1010111 110000 100001 1001101 11101

Color Harmonies of #845011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845011

Black with #845011

Text Example


Text Example

White with #845011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845011; }

 p { color: rgb(132,80,17); }

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

background-color css

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

 a { background-color: rgb(132,80,17); }

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

border-color css

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

 span { border-color: rgb(132,80,17); }

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