Html Css Color HEX #94331C Burnt Umber

📋 copy color: '#94331C'

red 148 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #94331C

Tints of Burnt Umber #94331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 65.2%
G = 22.47%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94331C (or 0x94331C) is known color: Burnt Umber. HEX triplet: 94, 33 and 1C. RGB value is (148,51,28). Sum of RGB (Red+Green+Blue) = 148+51+28=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94331C is #6BCCE3. Grayscale: #4D4D4D. Windows color (decimal): -7064804 or 1848212. OLE color: 1848212.

HSL color Cylindrical-coordinate representation of color #94331C: hue angle of 11.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 #94331C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 28 -
CMYK 0 0.66 0.81 0.42
HSL 11.5º 0.68% 0.35% -
HSV(B) 11.5º 0.81% 0.58% -
XYZ 13.61 8.75 2.07 -
YUV 77.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 148 51 28 0 0.66 0.81 0.42 11.5 0.68 0.35
Hex 94 33 1C 0 42 51 2A C 44 23
Octal 224 63 34 0 102 121 52 14 104 43
Binary 10010100 110011 11100 0 1000010 1010001 101010 1100 1000100 100011

Color Harmonies of #94331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94331C

Black with #94331C

Text Example


Text Example

White with #94331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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