Html Css Color HEX #943113 Burnt Umber

📋 copy color: '#943113'

red 148 ◦ green 49 ◦ blue 19

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

Shades of Burnt Umber #943113

Tints of Burnt Umber #943113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 68.52%
G = 22.69%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#943113 (or 0x943113) is known color: Burnt Umber. HEX triplet: 94, 31 and 13. RGB value is (148,49,19). Sum of RGB (Red+Green+Blue) = 148+49+19=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #943113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943113 is #6BCEEC. Grayscale: #4B4B4B. Windows color (decimal): -7065325 or 1257876. OLE color: 1257876.

HSL color Cylindrical-coordinate representation of color #943113: hue angle of 13.95º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #943113 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 19 -
CMYK 0 0.67 0.87 0.42
HSL 13.95º 0.77% 0.33% -
HSV(B) 13.95º 0.87% 0.58% -
XYZ 13.43 8.54 1.56 -
YUV 75.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 148 49 19 0 0.67 0.87 0.42 13.95 0.77 0.33
Hex 94 31 13 0 43 57 2A E 4D 21
Octal 224 61 23 0 103 127 52 16 115 41
Binary 10010100 110001 10011 0 1000011 1010111 101010 1110 1001101 100001

Color Harmonies of #943113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943113

Black with #943113

Text Example


Text Example

White with #943113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943113; }

 p { color: rgb(148,49,19); }

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

background-color css

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

 a { background-color: rgb(148,49,19); }

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

border-color css

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

 span { border-color: rgb(148,49,19); }

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