Html Css Color HEX #952C1C Burnt Umber

📋 copy color: '#952C1C'

red 149 ◦ green 44 ◦ blue 28

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

Shades of Burnt Umber #952C1C

Tints of Burnt Umber #952C1C

RGB

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

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

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

R = 67.42%
G = 19.91%
B = 12.67%

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

#952C1C (or 0x952C1C) is known color: Burnt Umber. HEX triplet: 95, 2C and 1C. RGB value is (149,44,28). Sum of RGB (Red+Green+Blue) = 149+44+28=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C1C is #6AD3E3. Grayscale: #494949. Windows color (decimal): -7001060 or 1846421. OLE color: 1846421.

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

Color convert

RGB 149 44 28 -
CMYK 0 0.70 0.81 0.42
HSL 7.93º 0.68% 0.35% -
HSV(B) 7.93º 0.81% 0.58% -
XYZ 13.5 8.27 1.98 -
YUV 73.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 149 44 28 0 0.70 0.81 0.42 7.93 0.68 0.35
Hex 95 2C 1C 0 46 51 2A 8 44 23
Octal 225 54 34 0 106 121 52 10 104 43
Binary 10010101 101100 11100 0 1000110 1010001 101010 1000 1000100 100011

Color Harmonies of #952C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C1C

Black with #952C1C

Text Example


Text Example

White with #952C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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