Html Css Color HEX #952C14 Burnt Umber

📋 copy color: '#952C14'

red 149 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #952C14

Tints of Burnt Umber #952C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.66%

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

R = 69.95%
G = 20.66%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952C14 (or 0x952C14) is known color: Burnt Umber. HEX triplet: 95, 2C and 14. RGB value is (149,44,20). Sum of RGB (Red+Green+Blue) = 149+44+20=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #952C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C14 is #6AD3EB. Grayscale: #484848. Windows color (decimal): -7001068 or 1322133. OLE color: 1322133.

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

Color convert

RGB 149 44 20 -
CMYK 0 0.70 0.87 0.42
HSL 11.16º 0.76% 0.33% -
HSV(B) 11.16º 0.87% 0.58% -
XYZ 13.42 8.24 1.55 -
YUV 72.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 149 44 20 0 0.70 0.87 0.42 11.16 0.76 0.33
Hex 95 2C 14 0 46 57 2A B 4C 21
Octal 225 54 24 0 106 127 52 13 114 41
Binary 10010101 101100 10100 0 1000110 1010111 101010 1011 1001100 100001

Color Harmonies of #952C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C14

Black with #952C14

Text Example


Text Example

White with #952C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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