Html Css Color HEX #945211 Saddle Brown

📋 copy color: '#945211'

red 148 ◦ green 82 ◦ blue 17

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

Shades of Saddle Brown #945211

Tints of Saddle Brown #945211

RGB

 RED value IS 148 (58.2% from 255) = 59.92%

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 59.92%
G = 33.2%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#945211 (or 0x945211) is known color: Saddle Brown. HEX triplet: 94, 52 and 11. RGB value is (148,82,17). Sum of RGB (Red+Green+Blue) = 148+82+17=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #945211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945211 is #6BADEE. Grayscale: #5E5E5E. Windows color (decimal): -7056879 or 1135252. OLE color: 1135252.

HSL color Cylindrical-coordinate representation of color #945211: hue angle of 29.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #945211 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 82 17 -
CMYK 0 0.45 0.89 0.42
HSL 29.77º 0.79% 0.32% -
HSV(B) 29.77º 0.89% 0.58% -
XYZ 15.33 12.37 2.11 -
YUV 94.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 148 82 17 0 0.45 0.89 0.42 29.77 0.79 0.32
Hex 94 52 11 0 2D 59 2A 1E 4F 20
Octal 224 122 21 0 55 131 52 36 117 40
Binary 10010100 1010010 10001 0 101101 1011001 101010 11110 1001111 100000

Color Harmonies of #945211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945211

Black with #945211

Text Example


Text Example

White with #945211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945211; }

 p { color: rgb(148,82,17); }

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

background-color css

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

 a { background-color: rgb(148,82,17); }

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

border-color css

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

 span { border-color: rgb(148,82,17); }

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