Html Css Color HEX #952D1C Burnt Umber

📋 copy color: '#952D1C'

red 149 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #952D1C

Tints of Burnt Umber #952D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 67.12%
G = 20.27%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#952D1C (or 0x952D1C) is known color: Burnt Umber. HEX triplet: 95, 2D and 1C. RGB value is (149,45,28). Sum of RGB (Red+Green+Blue) = 149+45+28=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D1C is #6AD2E3. Grayscale: #4A4A4A. Windows color (decimal): -7000804 or 1846677. OLE color: 1846677.

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

Color convert

RGB 149 45 28 -
CMYK 0 0.70 0.81 0.42
HSL 8.43º 0.68% 0.35% -
HSV(B) 8.43º 0.81% 0.58% -
XYZ 13.54 8.35 2 -
YUV 74.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 149 45 28 0 0.70 0.81 0.42 8.43 0.68 0.35
Hex 95 2D 1C 0 46 51 2A 8 44 23
Octal 225 55 34 0 106 121 52 10 104 43
Binary 10010101 101101 11100 0 1000110 1010001 101010 1000 1000100 100011

Color Harmonies of #952D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D1C

Black with #952D1C

Text Example


Text Example

White with #952D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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