Html Css Color HEX #952F14 Burnt Umber

📋 copy color: '#952F14'

red 149 ◦ green 47 ◦ blue 20

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

Shades of Burnt Umber #952F14

Tints of Burnt Umber #952F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

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

R = 68.98%
G = 21.76%
B = 9.26%

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

#952F14 (or 0x952F14) is known color: Burnt Umber. HEX triplet: 95, 2F and 14. RGB value is (149,47,20). Sum of RGB (Red+Green+Blue) = 149+47+20=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #952F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F14 is #6AD0EB. Grayscale: #4A4A4A. Windows color (decimal): -7000300 or 1322901. OLE color: 1322901.

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

Color convert

RGB 149 47 20 -
CMYK 0 0.68 0.87 0.42
HSL 12.56º 0.76% 0.33% -
HSV(B) 12.56º 0.87% 0.58% -
XYZ 13.54 8.47 1.58 -
YUV 74.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 149 47 20 0 0.68 0.87 0.42 12.56 0.76 0.33
Hex 95 2F 14 0 44 57 2A D 4C 21
Octal 225 57 24 0 104 127 52 15 114 41
Binary 10010101 101111 10100 0 1000100 1010111 101010 1101 1001100 100001

Color Harmonies of #952F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F14

Black with #952F14

Text Example


Text Example

White with #952F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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