Html Css Color HEX #933211 Burnt Umber

📋 copy color: '#933211'

red 147 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #933211

Tints of Burnt Umber #933211

RGB

 RED value IS 147 (57.81% from 255) = 68.69%

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

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

R = 68.69%
G = 23.36%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#933211 (or 0x933211) is known color: Burnt Umber. HEX triplet: 93, 32 and 11. RGB value is (147,50,17). Sum of RGB (Red+Green+Blue) = 147+50+17=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #933211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933211 is #6CCDEE. Grayscale: #4B4B4B. Windows color (decimal): -7130607 or 1127059. OLE color: 1127059.

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

Color convert

RGB 147 50 17 -
CMYK 0 0.66 0.88 0.42
HSL 15.23º 0.79% 0.32% -
HSV(B) 15.23º 0.88% 0.58% -
XYZ 13.27 8.52 1.48 -
YUV 75.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 147 50 17 0 0.66 0.88 0.42 15.23 0.79 0.32
Hex 93 32 11 0 42 58 2A F 4F 20
Octal 223 62 21 0 102 130 52 17 117 40
Binary 10010011 110010 10001 0 1000010 1011000 101010 1111 1001111 100000

Color Harmonies of #933211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933211

Black with #933211

Text Example


Text Example

White with #933211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933211; }

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

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

background-color css

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

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

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

border-color css

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

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

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