Html Css Color HEX #933420 Burnt Umber

📋 copy color: '#933420'

red 147 ◦ green 52 ◦ blue 32

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

Shades of Burnt Umber #933420

Tints of Burnt Umber #933420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 63.64%
G = 22.51%
B = 13.85%

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

#933420 (or 0x933420) is known color: Burnt Umber. HEX triplet: 93, 34 and 20. RGB value is (147,52,32). Sum of RGB (Red+Green+Blue) = 147+52+32=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #933420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933420 is #6CCBDF. Grayscale: #4E4E4E. Windows color (decimal): -7130080 or 2110611. OLE color: 2110611.

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

Color convert

RGB 147 52 32 -
CMYK 0 0.65 0.78 0.42
HSL 10.43º 0.64% 0.35% -
HSV(B) 10.43º 0.78% 0.58% -
XYZ 13.52 8.76 2.35 -
YUV 78.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 147 52 32 0 0.65 0.78 0.42 10.43 0.64 0.35
Hex 93 34 20 0 41 4E 2A A 40 23
Octal 223 64 40 0 101 116 52 12 100 43
Binary 10010011 110100 100000 0 1000001 1001110 101010 1010 1000000 100011

Color Harmonies of #933420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933420

Black with #933420

Text Example


Text Example

White with #933420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933420; }

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

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

background-color css

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

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

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

border-color css

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

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

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