Html Css Color HEX #953113 Burnt Umber

📋 copy color: '#953113'

red 149 ◦ green 49 ◦ blue 19

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

Shades of Burnt Umber #953113

Tints of Burnt Umber #953113

RGB

 RED value IS 149 (58.59% from 255) = 68.66%

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

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

R = 68.66%
G = 22.58%
B = 8.76%

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

#953113 (or 0x953113) is known color: Burnt Umber. HEX triplet: 95, 31 and 13. RGB value is (149,49,19). Sum of RGB (Red+Green+Blue) = 149+49+19=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953113 is #6ACEEC. Grayscale: #4B4B4B. Windows color (decimal): -6999789 or 1257877. OLE color: 1257877.

HSL color Cylindrical-coordinate representation of color #953113: hue angle of 13.85º 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 #953113 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 19 -
CMYK 0 0.67 0.87 0.42
HSL 13.85º 0.77% 0.33% -
HSV(B) 13.85º 0.87% 0.58% -
XYZ 13.61 8.63 1.57 -
YUV 75.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 149 49 19 0 0.67 0.87 0.42 13.85 0.77 0.33
Hex 95 31 13 0 43 57 2A E 4D 21
Octal 225 61 23 0 103 127 52 16 115 41
Binary 10010101 110001 10011 0 1000011 1010111 101010 1110 1001101 100001

Color Harmonies of #953113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953113

Black with #953113

Text Example


Text Example

White with #953113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953113; }

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

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

background-color css

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

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

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

border-color css

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

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

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