Html Css Color HEX #933320 Burnt Umber

📋 copy color: '#933320'

red 147 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #933320

Tints of Burnt Umber #933320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 63.91%
G = 22.17%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#933320 (or 0x933320) is known color: Burnt Umber. HEX triplet: 93, 33 and 20. RGB value is (147,51,32). Sum of RGB (Red+Green+Blue) = 147+51+32=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #933320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933320 is #6CCCDF. Grayscale: #4D4D4D. Windows color (decimal): -7130336 or 2110355. OLE color: 2110355.

HSL color Cylindrical-coordinate representation of color #933320: hue angle of 9.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #933320 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 51 32 -
CMYK 0 0.65 0.78 0.42
HSL 9.91º 0.64% 0.35% -
HSV(B) 9.91º 0.78% 0.58% -
XYZ 13.48 8.67 2.33 -
YUV 77.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 147 51 32 0 0.65 0.78 0.42 9.91 0.64 0.35
Hex 93 33 20 0 41 4E 2A A 40 23
Octal 223 63 40 0 101 116 52 12 100 43
Binary 10010011 110011 100000 0 1000001 1001110 101010 1010 1000000 100011

Color Harmonies of #933320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933320

Black with #933320

Text Example


Text Example

White with #933320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933320; }

 p { color: rgb(147,51,32); }

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

background-color css

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

 a { background-color: rgb(147,51,32); }

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

border-color css

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

 span { border-color: rgb(147,51,32); }

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