Html Css Color HEX #952C19 Burnt Umber

📋 copy color: '#952C19'

red 149 ◦ green 44 ◦ blue 25

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

Shades of Burnt Umber #952C19

Tints of Burnt Umber #952C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 68.35%
G = 20.18%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#952C19 (or 0x952C19) is known color: Burnt Umber. HEX triplet: 95, 2C and 19. RGB value is (149,44,25). Sum of RGB (Red+Green+Blue) = 149+44+25=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #952C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C19 is #6AD3E6. Grayscale: #494949. Windows color (decimal): -7001063 or 1649813. OLE color: 1649813.

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

Color convert

RGB 149 44 25 -
CMYK 0 0.70 0.83 0.42
HSL 9.19º 0.71% 0.34% -
HSV(B) 9.19º 0.83% 0.58% -
XYZ 13.47 8.26 1.8 -
YUV 73.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 149 44 25 0 0.70 0.83 0.42 9.19 0.71 0.34
Hex 95 2C 19 0 46 53 2A 9 47 22
Octal 225 54 31 0 106 123 52 11 107 42
Binary 10010101 101100 11001 0 1000110 1010011 101010 1001 1000111 100010

Color Harmonies of #952C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C19

Black with #952C19

Text Example


Text Example

White with #952C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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