Html Css Color HEX #952914 Burnt Umber

📋 copy color: '#952914'

red 149 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #952914

Tints of Burnt Umber #952914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

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

R = 70.95%
G = 19.52%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952914 (or 0x952914) is known color: Burnt Umber. HEX triplet: 95, 29 and 14. RGB value is (149,41,20). Sum of RGB (Red+Green+Blue) = 149+41+20=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952914 is #6AD6EB. Grayscale: #474747. Windows color (decimal): -7001836 or 1321365. OLE color: 1321365.

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

Color convert

RGB 149 41 20 -
CMYK 0 0.72 0.87 0.42
HSL 9.77º 0.76% 0.33% -
HSV(B) 9.77º 0.87% 0.58% -
XYZ 13.31 8.03 1.51 -
YUV 70.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 149 41 20 0 0.72 0.87 0.42 9.77 0.76 0.33
Hex 95 29 14 0 48 57 2A A 4C 21
Octal 225 51 24 0 110 127 52 12 114 41
Binary 10010101 101001 10100 0 1001000 1010111 101010 1010 1001100 100001

Color Harmonies of #952914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952914

Black with #952914

Text Example


Text Example

White with #952914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952914; }

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

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

background-color css

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

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

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

border-color css

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

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

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