Html Css Color HEX #942E18 Burnt Umber

📋 copy color: '#942E18'

red 148 ◦ green 46 ◦ blue 24

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

Shades of Burnt Umber #942E18

Tints of Burnt Umber #942E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 67.89%
G = 21.1%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942E18 (or 0x942E18) is known color: Burnt Umber. HEX triplet: 94, 2E and 18. RGB value is (148,46,24). Sum of RGB (Red+Green+Blue) = 148+46+24=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E18 is #6BD1E7. Grayscale: #4A4A4A. Windows color (decimal): -7066088 or 1584788. OLE color: 1584788.

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

Color convert

RGB 148 46 24 -
CMYK 0 0.69 0.84 0.42
HSL 10.65º 0.72% 0.34% -
HSV(B) 10.65º 0.84% 0.58% -
XYZ 13.35 8.32 1.77 -
YUV 73.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 148 46 24 0 0.69 0.84 0.42 10.65 0.72 0.34
Hex 94 2E 18 0 45 54 2A B 48 22
Octal 224 56 30 0 105 124 52 13 110 42
Binary 10010100 101110 11000 0 1000101 1010100 101010 1011 1001000 100010

Color Harmonies of #942E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E18

Black with #942E18

Text Example


Text Example

White with #942E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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