Html Css Color HEX #943211 Burnt Umber

📋 copy color: '#943211'

red 148 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #943211

Tints of Burnt Umber #943211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 68.84%
G = 23.26%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#943211 (or 0x943211) is known color: Burnt Umber. HEX triplet: 94, 32 and 11. RGB value is (148,50,17). Sum of RGB (Red+Green+Blue) = 148+50+17=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #943211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943211 is #6BCDEE. Grayscale: #4B4B4B. Windows color (decimal): -7065071 or 1127060. OLE color: 1127060.

HSL color Cylindrical-coordinate representation of color #943211: hue angle of 15.11º 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 #943211 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 17 -
CMYK 0 0.66 0.89 0.42
HSL 15.11º 0.79% 0.32% -
HSV(B) 15.11º 0.89% 0.58% -
XYZ 13.45 8.62 1.48 -
YUV 75.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 148 50 17 0 0.66 0.89 0.42 15.11 0.79 0.32
Hex 94 32 11 0 42 59 2A F 4F 20
Octal 224 62 21 0 102 131 52 17 117 40
Binary 10010100 110010 10001 0 1000010 1011001 101010 1111 1001111 100000

Color Harmonies of #943211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943211

Black with #943211

Text Example


Text Example

White with #943211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943211; }

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

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

background-color css

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

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

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

border-color css

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

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

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