Html Css Color HEX #94341F Burnt Umber

📋 copy color: '#94341F'

red 148 ◦ green 52 ◦ blue 31

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

Shades of Burnt Umber #94341F

Tints of Burnt Umber #94341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 64.07%
G = 22.51%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94341F (or 0x94341F) is known color: Burnt Umber. HEX triplet: 94, 34 and 1F. RGB value is (148,52,31). Sum of RGB (Red+Green+Blue) = 148+52+31=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #94341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94341F is #6BCBE0. Grayscale: #4E4E4E. Windows color (decimal): -7064545 or 2045076. OLE color: 2045076.

HSL color Cylindrical-coordinate representation of color #94341F: hue angle of 10.77º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94341F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 31 -
CMYK 0 0.65 0.79 0.42
HSL 10.77º 0.65% 0.35% -
HSV(B) 10.77º 0.79% 0.58% -
XYZ 13.69 8.85 2.28 -
YUV 78.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 148 52 31 0 0.65 0.79 0.42 10.77 0.65 0.35
Hex 94 34 1F 0 41 4F 2A B 41 23
Octal 224 64 37 0 101 117 52 13 101 43
Binary 10010100 110100 11111 0 1000001 1001111 101010 1011 1000001 100011

Color Harmonies of #94341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94341F

Black with #94341F

Text Example


Text Example

White with #94341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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