Html Css Color HEX #942E19 Burnt Umber

📋 copy color: '#942E19'

red 148 ◦ green 46 ◦ blue 25

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

Shades of Burnt Umber #942E19

Tints of Burnt Umber #942E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 67.58%
G = 21%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942E19 (or 0x942E19) is known color: Burnt Umber. HEX triplet: 94, 2E and 19. RGB value is (148,46,25). Sum of RGB (Red+Green+Blue) = 148+46+25=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #942E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E19 is #6BD1E6. Grayscale: #4A4A4A. Windows color (decimal): -7066087 or 1650324. OLE color: 1650324.

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

Color convert

RGB 148 46 25 -
CMYK 0 0.69 0.83 0.42
HSL 10.24º 0.71% 0.34% -
HSV(B) 10.24º 0.83% 0.58% -
XYZ 13.37 8.32 1.82 -
YUV 74.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 148 46 25 0 0.69 0.83 0.42 10.24 0.71 0.34
Hex 94 2E 19 0 45 53 2A A 47 22
Octal 224 56 31 0 105 123 52 12 107 42
Binary 10010100 101110 11001 0 1000101 1010011 101010 1010 1000111 100010

Color Harmonies of #942E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E19

Black with #942E19

Text Example


Text Example

White with #942E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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