Html Css Color HEX #952B10 Burnt Umber

📋 copy color: '#952B10'

red 149 ◦ green 43 ◦ blue 16

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

Shades of Burnt Umber #952B10

Tints of Burnt Umber #952B10

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.67%

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

R = 71.63%
G = 20.67%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952B10 (or 0x952B10) is known color: Burnt Umber. HEX triplet: 95, 2B and 10. RGB value is (149,43,16). Sum of RGB (Red+Green+Blue) = 149+43+16=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #952B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B10 is #6AD4EF. Grayscale: #474747. Windows color (decimal): -7001328 or 1059733. OLE color: 1059733.

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

Color convert

RGB 149 43 16 -
CMYK 0 0.71 0.89 0.42
HSL 12.18º 0.81% 0.32% -
HSV(B) 12.18º 0.89% 0.58% -
XYZ 13.35 8.15 1.36 -
YUV 71.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 149 43 16 0 0.71 0.89 0.42 12.18 0.81 0.32
Hex 95 2B 10 0 47 59 2A C 51 20
Octal 225 53 20 0 107 131 52 14 121 40
Binary 10010101 101011 10000 0 1000111 1011001 101010 1100 1010001 100000

Color Harmonies of #952B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B10

Black with #952B10

Text Example


Text Example

White with #952B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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