Html Css Color HEX #952D10 Burnt Umber

📋 copy color: '#952D10'

red 149 ◦ green 45 ◦ blue 16

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

Shades of Burnt Umber #952D10

Tints of Burnt Umber #952D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

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

R = 70.95%
G = 21.43%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952D10 (or 0x952D10) is known color: Burnt Umber. HEX triplet: 95, 2D and 10. RGB value is (149,45,16). Sum of RGB (Red+Green+Blue) = 149+45+16=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D10 is #6AD2EF. Grayscale: #494949. Windows color (decimal): -7000816 or 1060245. OLE color: 1060245.

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

Color convert

RGB 149 45 16 -
CMYK 0 0.70 0.89 0.42
HSL 13.08º 0.81% 0.32% -
HSV(B) 13.08º 0.89% 0.58% -
XYZ 13.43 8.3 1.39 -
YUV 72.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 149 45 16 0 0.70 0.89 0.42 13.08 0.81 0.32
Hex 95 2D 10 0 46 59 2A D 51 20
Octal 225 55 20 0 106 131 52 15 121 40
Binary 10010101 101101 10000 0 1000110 1011001 101010 1101 1010001 100000

Color Harmonies of #952D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D10

Black with #952D10

Text Example


Text Example

White with #952D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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