Html Css Color HEX #94361E Burnt Umber

📋 copy color: '#94361E'

red 148 ◦ green 54 ◦ blue 30

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

Shades of Burnt Umber #94361E

Tints of Burnt Umber #94361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 63.79%
G = 23.28%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94361E (or 0x94361E) is known color: Burnt Umber. HEX triplet: 94, 36 and 1E. RGB value is (148,54,30). Sum of RGB (Red+Green+Blue) = 148+54+30=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #94361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94361E is #6BC9E1. Grayscale: #4F4F4F. Windows color (decimal): -7064034 or 1980052. OLE color: 1980052.

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

Color convert

RGB 148 54 30 -
CMYK 0 0.64 0.80 0.42
HSL 12.2º 0.66% 0.35% -
HSV(B) 12.2º 0.8% 0.58% -
XYZ 13.77 9.03 2.25 -
YUV 79.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 148 54 30 0 0.64 0.80 0.42 12.2 0.66 0.35
Hex 94 36 1E 0 40 50 2A C 42 23
Octal 224 66 36 0 100 120 52 14 102 43
Binary 10010100 110110 11110 0 1000000 1010000 101010 1100 1000010 100011

Color Harmonies of #94361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94361E

Black with #94361E

Text Example


Text Example

White with #94361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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