Html Css Color HEX #933019 Burnt Umber

📋 copy color: '#933019'

red 147 ◦ green 48 ◦ blue 25

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

Shades of Burnt Umber #933019

Tints of Burnt Umber #933019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 25 (10.16% from 255) = 11.36%

R = 66.82%
G = 21.82%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#933019 (or 0x933019) is known color: Burnt Umber. HEX triplet: 93, 30 and 19. RGB value is (147,48,25). Sum of RGB (Red+Green+Blue) = 147+48+25=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #933019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933019 is #6CCFE6. Grayscale: #4B4B4B. Windows color (decimal): -7131111 or 1650835. OLE color: 1650835.

HSL color Cylindrical-coordinate representation of color #933019: hue angle of 11.31º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #933019 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 48 25 -
CMYK 0 0.67 0.83 0.42
HSL 11.31º 0.71% 0.34% -
HSV(B) 11.31º 0.83% 0.58% -
XYZ 13.27 8.39 1.84 -
YUV 74.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 147 48 25 0 0.67 0.83 0.42 11.31 0.71 0.34
Hex 93 30 19 0 43 53 2A B 47 22
Octal 223 60 31 0 103 123 52 13 107 42
Binary 10010011 110000 11001 0 1000011 1010011 101010 1011 1000111 100010

Color Harmonies of #933019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933019

Black with #933019

Text Example


Text Example

White with #933019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933019; }

 p { color: rgb(147,48,25); }

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

background-color css

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

 a { background-color: rgb(147,48,25); }

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

border-color css

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

 span { border-color: rgb(147,48,25); }

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