Html Css Color HEX #94290E Burnt Umber

📋 copy color: '#94290E'

red 148 ◦ green 41 ◦ blue 14

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

Shades of Burnt Umber #94290E

Tints of Burnt Umber #94290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 72.91%
G = 20.2%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94290E (or 0x94290E) is known color: Burnt Umber. HEX triplet: 94, 29 and 0E. RGB value is (148,41,14). Sum of RGB (Red+Green+Blue) = 148+41+14=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #94290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94290E is #6BD6F1. Grayscale: #464646. Windows color (decimal): -7067378 or 928148. OLE color: 928148.

HSL color Cylindrical-coordinate representation of color #94290E: hue angle of 12.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94290E is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 14 -
CMYK 0 0.72 0.91 0.42
HSL 12.09º 0.83% 0.32% -
HSV(B) 12.09º 0.91% 0.58% -
XYZ 13.08 7.91 1.25 -
YUV 69.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 148 41 14 0 0.72 0.91 0.42 12.09 0.83 0.32
Hex 94 29 E 0 48 5B 2A C 53 20
Octal 224 51 16 0 110 133 52 14 123 40
Binary 10010100 101001 1110 0 1001000 1011011 101010 1100 1010011 100000

Color Harmonies of #94290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94290E

Black with #94290E

Text Example


Text Example

White with #94290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94290E; }

 p { color: rgb(148,41,14); }

 H1.HeaderClassName
 {
   color: #94290E;
 }
 .AnyTagClassName
 {
   color: #94290E;
 }
</style>

background-color css

<style>
 a { background-color: #94290E; }

 a { background-color: rgb(148,41,14); }

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

border-color css

<style>
 span { border-color: #94290E; }

 span { border-color: rgb(148,41,14); }

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