Html Css Color HEX #942E13 Burnt Umber

📋 copy color: '#942E13'

red 148 ◦ green 46 ◦ blue 19

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

Shades of Burnt Umber #942E13

Tints of Burnt Umber #942E13

RGB

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

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

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

R = 69.48%
G = 21.6%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#942E13 (or 0x942E13) is known color: Burnt Umber. HEX triplet: 94, 2E and 13. RGB value is (148,46,19). Sum of RGB (Red+Green+Blue) = 148+46+19=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E13 is #6BD1EC. Grayscale: #494949. Windows color (decimal): -7066093 or 1257108. OLE color: 1257108.

HSL color Cylindrical-coordinate representation of color #942E13: hue angle of 12.56º 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 #942E13 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 46 19 -
CMYK 0 0.69 0.87 0.42
HSL 12.56º 0.77% 0.33% -
HSV(B) 12.56º 0.87% 0.58% -
XYZ 13.31 8.3 1.52 -
YUV 73.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 148 46 19 0 0.69 0.87 0.42 12.56 0.77 0.33
Hex 94 2E 13 0 45 57 2A D 4D 21
Octal 224 56 23 0 105 127 52 15 115 41
Binary 10010100 101110 10011 0 1000101 1010111 101010 1101 1001101 100001

Color Harmonies of #942E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E13

Black with #942E13

Text Example


Text Example

White with #942E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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