Html Css Color HEX #942E12 Burnt Umber

📋 copy color: '#942E12'

red 148 ◦ green 46 ◦ blue 18

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

Shades of Burnt Umber #942E12

Tints of Burnt Umber #942E12

RGB

 RED value IS 148 (58.2% from 255) = 69.81%

 GREEN value IS 46 (18.36% from 255) = 21.7%

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

R = 69.81%
G = 21.7%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#942E12 (or 0x942E12) is known color: Burnt Umber. HEX triplet: 94, 2E and 12. RGB value is (148,46,18). Sum of RGB (Red+Green+Blue) = 148+46+18=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E12 is #6BD1ED. Grayscale: #494949. Windows color (decimal): -7066094 or 1191572. OLE color: 1191572.

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

Color convert

RGB 148 46 18 -
CMYK 0 0.69 0.88 0.42
HSL 12.92º 0.78% 0.33% -
HSV(B) 12.92º 0.88% 0.58% -
XYZ 13.3 8.29 1.47 -
YUV 73.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 148 46 18 0 0.69 0.88 0.42 12.92 0.78 0.33
Hex 94 2E 12 0 45 58 2A D 4E 21
Octal 224 56 22 0 105 130 52 15 116 41
Binary 10010100 101110 10010 0 1000101 1011000 101010 1101 1001110 100001

Color Harmonies of #942E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E12

Black with #942E12

Text Example


Text Example

White with #942E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942E12; }

 p { color: rgb(148,46,18); }

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

background-color css

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

 a { background-color: rgb(148,46,18); }

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

border-color css

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

 span { border-color: rgb(148,46,18); }

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