Html Css Color HEX #933018 Burnt Umber

📋 copy color: '#933018'

red 147 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #933018

Tints of Burnt Umber #933018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 67.12%
G = 21.92%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#933018 (or 0x933018) is known color: Burnt Umber. HEX triplet: 93, 30 and 18. RGB value is (147,48,24). Sum of RGB (Red+Green+Blue) = 147+48+24=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #933018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933018 is #6CCFE7. Grayscale: #4B4B4B. Windows color (decimal): -7131112 or 1585299. OLE color: 1585299.

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

Color convert

RGB 147 48 24 -
CMYK 0 0.67 0.84 0.42
HSL 11.71º 0.72% 0.34% -
HSV(B) 11.71º 0.84% 0.58% -
XYZ 13.25 8.38 1.78 -
YUV 74.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 147 48 24 0 0.67 0.84 0.42 11.71 0.72 0.34
Hex 93 30 18 0 43 54 2A C 48 22
Octal 223 60 30 0 103 124 52 14 110 42
Binary 10010011 110000 11000 0 1000011 1010100 101010 1100 1001000 100010

Color Harmonies of #933018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933018

Black with #933018

Text Example


Text Example

White with #933018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933018; }

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

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

background-color css

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

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

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

border-color css

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

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

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