Html Css Color HEX #94341E Burnt Umber

📋 copy color: '#94341E'

red 148 ◦ green 52 ◦ blue 30

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

Shades of Burnt Umber #94341E

Tints of Burnt Umber #94341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 64.35%
G = 22.61%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94341E (or 0x94341E) is known color: Burnt Umber. HEX triplet: 94, 34 and 1E. RGB value is (148,52,30). Sum of RGB (Red+Green+Blue) = 148+52+30=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #94341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94341E is #6BCBE1. Grayscale: #4E4E4E. Windows color (decimal): -7064546 or 1979540. OLE color: 1979540.

HSL color Cylindrical-coordinate representation of color #94341E: hue angle of 11.19º degrees, saturation: 0.66, 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 #94341E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 30 -
CMYK 0 0.65 0.80 0.42
HSL 11.19º 0.66% 0.35% -
HSV(B) 11.19º 0.8% 0.58% -
XYZ 13.68 8.85 2.21 -
YUV 78.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 148 52 30 0 0.65 0.80 0.42 11.19 0.66 0.35
Hex 94 34 1E 0 41 50 2A B 42 23
Octal 224 64 36 0 101 120 52 13 102 43
Binary 10010100 110100 11110 0 1000001 1010000 101010 1011 1000010 100011

Color Harmonies of #94341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94341E

Black with #94341E

Text Example


Text Example

White with #94341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94341E; }

 p { color: rgb(148,52,30); }

 H1.HeaderClassName
 {
   color: #94341E;
 }
 .AnyTagClassName
 {
   color: #94341E;
 }
</style>

background-color css

<style>
 a { background-color: #94341E; }

 a { background-color: rgb(148,52,30); }

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

border-color css

<style>
 span { border-color: #94341E; }

 span { border-color: rgb(148,52,30); }

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