Html Css Color HEX #94290D Burnt Umber

📋 copy color: '#94290D'

red 148 ◦ green 41 ◦ blue 13

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

Shades of Burnt Umber #94290D

Tints of Burnt Umber #94290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 73.27%
G = 20.3%
B = 6.44%

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

#94290D (or 0x94290D) is known color: Burnt Umber. HEX triplet: 94, 29 and 0D. RGB value is (148,41,13). Sum of RGB (Red+Green+Blue) = 148+41+13=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #94290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94290D is #6BD6F2. Grayscale: #464646. Windows color (decimal): -7067379 or 862612. OLE color: 862612.

HSL color Cylindrical-coordinate representation of color #94290D: hue angle of 12.44º degrees, saturation: 0.84, 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 #94290D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 13 -
CMYK 0 0.72 0.91 0.42
HSL 12.44º 0.84% 0.32% -
HSV(B) 12.44º 0.91% 0.58% -
XYZ 13.08 7.91 1.22 -
YUV 69.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 148 41 13 0 0.72 0.91 0.42 12.44 0.84 0.32
Hex 94 29 D 0 48 5B 2A C 54 20
Octal 224 51 15 0 110 133 52 14 124 40
Binary 10010100 101001 1101 0 1001000 1011011 101010 1100 1010100 100000

Color Harmonies of #94290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94290D

Black with #94290D

Text Example


Text Example

White with #94290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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