Html Css Color HEX #953014 Burnt Umber

📋 copy color: '#953014'

red 149 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #953014

Tints of Burnt Umber #953014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

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

R = 68.66%
G = 22.12%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953014 (or 0x953014) is known color: Burnt Umber. HEX triplet: 95, 30 and 14. RGB value is (149,48,20). Sum of RGB (Red+Green+Blue) = 149+48+20=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953014 is #6ACFEB. Grayscale: #4B4B4B. Windows color (decimal): -7000044 or 1323157. OLE color: 1323157.

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

Color convert

RGB 149 48 20 -
CMYK 0 0.68 0.87 0.42
HSL 13.02º 0.76% 0.33% -
HSV(B) 13.02º 0.87% 0.58% -
XYZ 13.58 8.55 1.6 -
YUV 75.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 149 48 20 0 0.68 0.87 0.42 13.02 0.76 0.33
Hex 95 30 14 0 44 57 2A D 4C 21
Octal 225 60 24 0 104 127 52 15 114 41
Binary 10010101 110000 10100 0 1000100 1010111 101010 1101 1001100 100001

Color Harmonies of #953014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953014

Black with #953014

Text Example


Text Example

White with #953014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953014; }

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

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

background-color css

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

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

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

border-color css

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

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

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