Html Css Color HEX #94331D Burnt Umber

📋 copy color: '#94331D'

red 148 ◦ green 51 ◦ blue 29

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

Shades of Burnt Umber #94331D

Tints of Burnt Umber #94331D

RGB

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

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

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

R = 64.91%
G = 22.37%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94331D (or 0x94331D) is known color: Burnt Umber. HEX triplet: 94, 33 and 1D. RGB value is (148,51,29). Sum of RGB (Red+Green+Blue) = 148+51+29=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94331D is #6BCCE2. Grayscale: #4D4D4D. Windows color (decimal): -7064803 or 1913748. OLE color: 1913748.

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

Color convert

RGB 148 51 29 -
CMYK 0 0.66 0.80 0.42
HSL 11.09º 0.67% 0.35% -
HSV(B) 11.09º 0.8% 0.58% -
XYZ 13.62 8.75 2.13 -
YUV 77.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 148 51 29 0 0.66 0.80 0.42 11.09 0.67 0.35
Hex 94 33 1D 0 42 50 2A B 43 23
Octal 224 63 35 0 102 120 52 13 103 43
Binary 10010100 110011 11101 0 1000010 1010000 101010 1011 1000011 100011

Color Harmonies of #94331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94331D

Black with #94331D

Text Example


Text Example

White with #94331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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