Html Css Color HEX #94290F Burnt Umber

📋 copy color: '#94290F'

red 148 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #94290F

Tints of Burnt Umber #94290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 72.55%
G = 20.1%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94290F (or 0x94290F) is known color: Burnt Umber. HEX triplet: 94, 29 and 0F. RGB value is (148,41,15). Sum of RGB (Red+Green+Blue) = 148+41+15=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #94290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94290F is #6BD6F0. Grayscale: #464646. Windows color (decimal): -7067377 or 993684. OLE color: 993684.

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

Color convert

RGB 148 41 15 -
CMYK 0 0.72 0.90 0.42
HSL 11.73º 0.82% 0.32% -
HSV(B) 11.73º 0.9% 0.58% -
XYZ 13.09 7.92 1.29 -
YUV 70.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 148 41 15 0 0.72 0.90 0.42 11.73 0.82 0.32
Hex 94 29 F 0 48 5A 2A C 52 20
Octal 224 51 17 0 110 132 52 14 122 40
Binary 10010100 101001 1111 0 1001000 1011010 101010 1100 1010010 100000

Color Harmonies of #94290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94290F

Black with #94290F

Text Example


Text Example

White with #94290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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