Html Css Color HEX #952B19 Burnt Umber

📋 copy color: '#952B19'

red 149 ◦ green 43 ◦ blue 25

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

Shades of Burnt Umber #952B19

Tints of Burnt Umber #952B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

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

R = 68.66%
G = 19.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#952B19 (or 0x952B19) is known color: Burnt Umber. HEX triplet: 95, 2B and 19. RGB value is (149,43,25). Sum of RGB (Red+Green+Blue) = 149+43+25=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #952B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B19 is #6AD4E6. Grayscale: #484848. Windows color (decimal): -7001319 or 1649557. OLE color: 1649557.

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

Color convert

RGB 149 43 25 -
CMYK 0 0.71 0.83 0.42
HSL 8.71º 0.71% 0.34% -
HSV(B) 8.71º 0.83% 0.58% -
XYZ 13.43 8.19 1.79 -
YUV 72.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 149 43 25 0 0.71 0.83 0.42 8.71 0.71 0.34
Hex 95 2B 19 0 47 53 2A 9 47 22
Octal 225 53 31 0 107 123 52 11 107 42
Binary 10010101 101011 11001 0 1000111 1010011 101010 1001 1000111 100010

Color Harmonies of #952B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B19

Black with #952B19

Text Example


Text Example

White with #952B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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