Html Css Color HEX #952810 Burnt Umber

📋 copy color: '#952810'

red 149 ◦ green 40 ◦ blue 16

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

Shades of Burnt Umber #952810

Tints of Burnt Umber #952810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 72.68%
G = 19.51%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952810 (or 0x952810) is known color: Burnt Umber. HEX triplet: 95, 28 and 10. RGB value is (149,40,16). Sum of RGB (Red+Green+Blue) = 149+40+16=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952810 is #6AD7EF. Grayscale: #464646. Windows color (decimal): -7002096 or 1058965. OLE color: 1058965.

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

Color convert

RGB 149 40 16 -
CMYK 0 0.73 0.89 0.42
HSL 10.83º 0.81% 0.32% -
HSV(B) 10.83º 0.89% 0.58% -
XYZ 13.25 7.94 1.33 -
YUV 69.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 149 40 16 0 0.73 0.89 0.42 10.83 0.81 0.32
Hex 95 28 10 0 49 59 2A B 51 20
Octal 225 50 20 0 111 131 52 13 121 40
Binary 10010101 101000 10000 0 1001001 1011001 101010 1011 1010001 100000

Color Harmonies of #952810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952810

Black with #952810

Text Example


Text Example

White with #952810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952810; }

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

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

background-color css

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

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

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

border-color css

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

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

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