Html Css Color HEX #953114 Burnt Umber

📋 copy color: '#953114'

red 149 ◦ green 49 ◦ blue 20

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

Shades of Burnt Umber #953114

Tints of Burnt Umber #953114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 68.35%
G = 22.48%
B = 9.17%

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

#953114 (or 0x953114) is known color: Burnt Umber. HEX triplet: 95, 31 and 14. RGB value is (149,49,20). Sum of RGB (Red+Green+Blue) = 149+49+20=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953114 is #6ACEEB. Grayscale: #4B4B4B. Windows color (decimal): -6999788 or 1323413. OLE color: 1323413.

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

Color convert

RGB 149 49 20 -
CMYK 0 0.67 0.87 0.42
HSL 13.49º 0.76% 0.33% -
HSV(B) 13.49º 0.87% 0.58% -
XYZ 13.62 8.64 1.61 -
YUV 75.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 149 49 20 0 0.67 0.87 0.42 13.49 0.76 0.33
Hex 95 31 14 0 43 57 2A D 4C 21
Octal 225 61 24 0 103 127 52 15 114 41
Binary 10010101 110001 10100 0 1000011 1010111 101010 1101 1001100 100001

Color Harmonies of #953114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953114

Black with #953114

Text Example


Text Example

White with #953114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953114; }

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

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

background-color css

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

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

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

border-color css

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

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

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