Html Css Color HEX #933312 Burnt Umber

📋 copy color: '#933312'

red 147 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #933312

Tints of Burnt Umber #933312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 68.06%
G = 23.61%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#933312 (or 0x933312) is known color: Burnt Umber. HEX triplet: 93, 33 and 12. RGB value is (147,51,18). Sum of RGB (Red+Green+Blue) = 147+51+18=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #933312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933312 is #6CCCED. Grayscale: #4C4C4C. Windows color (decimal): -7130350 or 1192851. OLE color: 1192851.

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

Color convert

RGB 147 51 18 -
CMYK 0 0.65 0.88 0.42
HSL 15.35º 0.78% 0.32% -
HSV(B) 15.35º 0.88% 0.58% -
XYZ 13.33 8.61 1.53 -
YUV 75.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 147 51 18 0 0.65 0.88 0.42 15.35 0.78 0.32
Hex 93 33 12 0 41 58 2A F 4E 20
Octal 223 63 22 0 101 130 52 17 116 40
Binary 10010011 110011 10010 0 1000001 1011000 101010 1111 1001110 100000

Color Harmonies of #933312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933312

Black with #933312

Text Example


Text Example

White with #933312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933312; }

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

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

background-color css

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

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

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

border-color css

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

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

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