Html Css Color HEX #942A19 Burnt Umber

📋 copy color: '#942A19'

red 148 ◦ green 42 ◦ blue 25

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

Shades of Burnt Umber #942A19

Tints of Burnt Umber #942A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.53%

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

R = 68.84%
G = 19.53%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942A19 (or 0x942A19) is known color: Burnt Umber. HEX triplet: 94, 2A and 19. RGB value is (148,42,25). Sum of RGB (Red+Green+Blue) = 148+42+25=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #942A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A19 is #6BD5E6. Grayscale: #474747. Windows color (decimal): -7067111 or 1649300. OLE color: 1649300.

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

Color convert

RGB 148 42 25 -
CMYK 0 0.72 0.83 0.42
HSL 8.29º 0.71% 0.34% -
HSV(B) 8.29º 0.83% 0.58% -
XYZ 13.22 8.02 1.77 -
YUV 71.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 148 42 25 0 0.72 0.83 0.42 8.29 0.71 0.34
Hex 94 2A 19 0 48 53 2A 8 47 22
Octal 224 52 31 0 110 123 52 10 107 42
Binary 10010100 101010 11001 0 1001000 1010011 101010 1000 1000111 100010

Color Harmonies of #942A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A19

Black with #942A19

Text Example


Text Example

White with #942A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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