Html Css Color HEX #94311C Burnt Umber

📋 copy color: '#94311C'

red 148 ◦ green 49 ◦ blue 28

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

Shades of Burnt Umber #94311C

Tints of Burnt Umber #94311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 65.78%
G = 21.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94311C (or 0x94311C) is known color: Burnt Umber. HEX triplet: 94, 31 and 1C. RGB value is (148,49,28). Sum of RGB (Red+Green+Blue) = 148+49+28=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94311C is #6BCEE3. Grayscale: #4C4C4C. Windows color (decimal): -7065316 or 1847700. OLE color: 1847700.

HSL color Cylindrical-coordinate representation of color #94311C: hue angle of 10.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94311C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 28 -
CMYK 0 0.67 0.81 0.42
HSL 10.5º 0.68% 0.35% -
HSV(B) 10.5º 0.81% 0.58% -
XYZ 13.52 8.58 2.04 -
YUV 76.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 148 49 28 0 0.67 0.81 0.42 10.5 0.68 0.35
Hex 94 31 1C 0 43 51 2A A 44 23
Octal 224 61 34 0 103 121 52 12 104 43
Binary 10010100 110001 11100 0 1000011 1010001 101010 1010 1000100 100011

Color Harmonies of #94311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94311C

Black with #94311C

Text Example


Text Example

White with #94311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94311C; }

 p { color: rgb(148,49,28); }

 H1.HeaderClassName
 {
   color: #94311C;
 }
 .AnyTagClassName
 {
   color: #94311C;
 }
</style>

background-color css

<style>
 a { background-color: #94311C; }

 a { background-color: rgb(148,49,28); }

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

border-color css

<style>
 span { border-color: #94311C; }

 span { border-color: rgb(148,49,28); }

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