Html Css Color HEX #94311D Burnt Umber

📋 copy color: '#94311D'

red 148 ◦ green 49 ◦ blue 29

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

Shades of Burnt Umber #94311D

Tints of Burnt Umber #94311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 65.49%
G = 21.68%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94311D (or 0x94311D) is known color: Burnt Umber. HEX triplet: 94, 31 and 1D. RGB value is (148,49,29). Sum of RGB (Red+Green+Blue) = 148+49+29=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #94311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94311D is #6BCEE2. Grayscale: #4C4C4C. Windows color (decimal): -7065315 or 1913236. OLE color: 1913236.

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

Color convert

RGB 148 49 29 -
CMYK 0 0.67 0.80 0.42
HSL 10.08º 0.67% 0.35% -
HSV(B) 10.08º 0.8% 0.58% -
XYZ 13.53 8.58 2.11 -
YUV 76.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 148 49 29 0 0.67 0.80 0.42 10.08 0.67 0.35
Hex 94 31 1D 0 43 50 2A A 43 23
Octal 224 61 35 0 103 120 52 12 103 43
Binary 10010100 110001 11101 0 1000011 1010000 101010 1010 1000011 100011

Color Harmonies of #94311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94311D

Black with #94311D

Text Example


Text Example

White with #94311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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