Html Css Color HEX #952F10 Burnt Umber

📋 copy color: '#952F10'

red 149 ◦ green 47 ◦ blue 16

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

Shades of Burnt Umber #952F10

Tints of Burnt Umber #952F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 70.28%
G = 22.17%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952F10 (or 0x952F10) is known color: Burnt Umber. HEX triplet: 95, 2F and 10. RGB value is (149,47,16). Sum of RGB (Red+Green+Blue) = 149+47+16=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #952F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F10 is #6AD0EF. Grayscale: #4A4A4A. Windows color (decimal): -7000304 or 1060757. OLE color: 1060757.

HSL color Cylindrical-coordinate representation of color #952F10: hue angle of 13.98º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952F10 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 16 -
CMYK 0 0.68 0.89 0.42
HSL 13.98º 0.81% 0.32% -
HSV(B) 13.98º 0.89% 0.58% -
XYZ 13.5 8.46 1.41 -
YUV 73.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 149 47 16 0 0.68 0.89 0.42 13.98 0.81 0.32
Hex 95 2F 10 0 44 59 2A E 51 20
Octal 225 57 20 0 104 131 52 16 121 40
Binary 10010101 101111 10000 0 1000100 1011001 101010 1110 1010001 100000

Color Harmonies of #952F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F10

Black with #952F10

Text Example


Text Example

White with #952F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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