Html Css Color HEX #933013 Burnt Umber

📋 copy color: '#933013'

red 147 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #933013

Tints of Burnt Umber #933013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 68.69%
G = 22.43%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#933013 (or 0x933013) is known color: Burnt Umber. HEX triplet: 93, 30 and 13. RGB value is (147,48,19). Sum of RGB (Red+Green+Blue) = 147+48+19=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #933013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933013 is #6CCFEC. Grayscale: #4A4A4A. Windows color (decimal): -7131117 or 1257619. OLE color: 1257619.

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

Color convert

RGB 147 48 19 -
CMYK 0 0.67 0.87 0.42
HSL 13.59º 0.77% 0.33% -
HSV(B) 13.59º 0.87% 0.58% -
XYZ 13.21 8.36 1.53 -
YUV 74.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 147 48 19 0 0.67 0.87 0.42 13.59 0.77 0.33
Hex 93 30 13 0 43 57 2A E 4D 21
Octal 223 60 23 0 103 127 52 16 115 41
Binary 10010011 110000 10011 0 1000011 1010111 101010 1110 1001101 100001

Color Harmonies of #933013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933013

Black with #933013

Text Example


Text Example

White with #933013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933013; }

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

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

background-color css

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

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

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

border-color css

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

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

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