Html Css Color HEX #952912 Burnt Umber

📋 copy color: '#952912'

red 149 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #952912

Tints of Burnt Umber #952912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 71.63%
G = 19.71%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#952912 (or 0x952912) is known color: Burnt Umber. HEX triplet: 95, 29 and 12. RGB value is (149,41,18). Sum of RGB (Red+Green+Blue) = 149+41+18=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #952912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952912 is #6AD6ED. Grayscale: #464646. Windows color (decimal): -7001838 or 1190293. OLE color: 1190293.

HSL color Cylindrical-coordinate representation of color #952912: hue angle of 10.53º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #952912 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 18 -
CMYK 0 0.72 0.88 0.42
HSL 10.53º 0.78% 0.33% -
HSV(B) 10.53º 0.88% 0.58% -
XYZ 13.3 8.02 1.42 -
YUV 70.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 149 41 18 0 0.72 0.88 0.42 10.53 0.78 0.33
Hex 95 29 12 0 48 58 2A B 4E 21
Octal 225 51 22 0 110 130 52 13 116 41
Binary 10010101 101001 10010 0 1001000 1011000 101010 1011 1001110 100001

Color Harmonies of #952912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952912

Black with #952912

Text Example


Text Example

White with #952912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952912; }

 p { color: rgb(149,41,18); }

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

background-color css

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

 a { background-color: rgb(149,41,18); }

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

border-color css

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

 span { border-color: rgb(149,41,18); }

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