Html Css Color HEX #94290B Burnt Umber

📋 copy color: '#94290B'

red 148 ◦ green 41 ◦ blue 11

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

Shades of Burnt Umber #94290B

Tints of Burnt Umber #94290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.5%

R = 74%
G = 20.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94290B (or 0x94290B) is known color: Burnt Umber. HEX triplet: 94, 29 and 0B. RGB value is (148,41,11). Sum of RGB (Red+Green+Blue) = 148+41+11=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #94290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94290B is #6BD6F4. Grayscale: #454545. Windows color (decimal): -7067381 or 731540. OLE color: 731540.

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

Color convert

RGB 148 41 11 -
CMYK 0 0.72 0.93 0.42
HSL 13.14º 0.86% 0.31% -
HSV(B) 13.14º 0.93% 0.58% -
XYZ 13.07 7.91 1.15 -
YUV 69.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 148 41 11 0 0.72 0.93 0.42 13.14 0.86 0.31
Hex 94 29 B 0 48 5D 2A D 56 1F
Octal 224 51 13 0 110 135 52 15 126 37
Binary 10010100 101001 1011 0 1001000 1011101 101010 1101 1010110 11111

Color Harmonies of #94290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94290B

Black with #94290B

Text Example


Text Example

White with #94290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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