Html Css Color HEX #952C1D Burnt Umber

📋 copy color: '#952C1D'

red 149 ◦ green 44 ◦ blue 29

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

Shades of Burnt Umber #952C1D

Tints of Burnt Umber #952C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 67.12%
G = 19.82%
B = 13.06%

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

#952C1D (or 0x952C1D) is known color: Burnt Umber. HEX triplet: 95, 2C and 1D. RGB value is (149,44,29). Sum of RGB (Red+Green+Blue) = 149+44+29=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C1D is #6AD3E2. Grayscale: #494949. Windows color (decimal): -7001059 or 1911957. OLE color: 1911957.

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

Color convert

RGB 149 44 29 -
CMYK 0 0.70 0.81 0.42
HSL 7.5º 0.67% 0.35% -
HSV(B) 7.5º 0.81% 0.58% -
XYZ 13.52 8.28 2.05 -
YUV 73.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 149 44 29 0 0.70 0.81 0.42 7.5 0.67 0.35
Hex 95 2C 1D 0 46 51 2A 8 43 23
Octal 225 54 35 0 106 121 52 10 103 43
Binary 10010101 101100 11101 0 1000110 1010001 101010 1000 1000011 100011

Color Harmonies of #952C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C1D

Black with #952C1D

Text Example


Text Example

White with #952C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,29); }

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

background-color css

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

 a { background-color: rgb(149,44,29); }

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

border-color css

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

 span { border-color: rgb(149,44,29); }

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