Html Css Color HEX #942E1E Burnt Umber

📋 copy color: '#942E1E'

red 148 ◦ green 46 ◦ blue 30

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

Shades of Burnt Umber #942E1E

Tints of Burnt Umber #942E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 66.07%
G = 20.54%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#942E1E (or 0x942E1E) is known color: Burnt Umber. HEX triplet: 94, 2E and 1E. RGB value is (148,46,30). Sum of RGB (Red+Green+Blue) = 148+46+30=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #942E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E1E is #6BD1E1. Grayscale: #4A4A4A. Windows color (decimal): -7066082 or 1978004. OLE color: 1978004.

HSL color Cylindrical-coordinate representation of color #942E1E: hue angle of 8.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942E1E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 46 30 -
CMYK 0 0.69 0.80 0.42
HSL 8.14º 0.66% 0.35% -
HSV(B) 8.14º 0.8% 0.58% -
XYZ 13.42 8.34 2.13 -
YUV 74.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 148 46 30 0 0.69 0.80 0.42 8.14 0.66 0.35
Hex 94 2E 1E 0 45 50 2A 8 42 23
Octal 224 56 36 0 105 120 52 10 102 43
Binary 10010100 101110 11110 0 1000101 1010000 101010 1000 1000010 100011

Color Harmonies of #942E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E1E

Black with #942E1E

Text Example


Text Example

White with #942E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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