Html Css Color HEX #942E1A Burnt Umber

📋 copy color: '#942E1A'

red 148 ◦ green 46 ◦ blue 26

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

Shades of Burnt Umber #942E1A

Tints of Burnt Umber #942E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 67.27%
G = 20.91%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#942E1A (or 0x942E1A) is known color: Burnt Umber. HEX triplet: 94, 2E and 1A. RGB value is (148,46,26). Sum of RGB (Red+Green+Blue) = 148+46+26=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E1A is #6BD1E5. Grayscale: #4A4A4A. Windows color (decimal): -7066086 or 1715860. OLE color: 1715860.

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

Color convert

RGB 148 46 26 -
CMYK 0 0.69 0.82 0.42
HSL 9.84º 0.7% 0.34% -
HSV(B) 9.84º 0.82% 0.58% -
XYZ 13.38 8.32 1.88 -
YUV 74.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 148 46 26 0 0.69 0.82 0.42 9.84 0.7 0.34
Hex 94 2E 1A 0 45 52 2A A 46 22
Octal 224 56 32 0 105 122 52 12 106 42
Binary 10010100 101110 11010 0 1000101 1010010 101010 1010 1000110 100010

Color Harmonies of #942E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E1A

Black with #942E1A

Text Example


Text Example

White with #942E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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