Html Css Color HEX #952F19 Burnt Umber

📋 copy color: '#952F19'

red 149 ◦ green 47 ◦ blue 25

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

Shades of Burnt Umber #952F19

Tints of Burnt Umber #952F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.27%

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

R = 67.42%
G = 21.27%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#952F19 (or 0x952F19) is known color: Burnt Umber. HEX triplet: 95, 2F and 19. RGB value is (149,47,25). Sum of RGB (Red+Green+Blue) = 149+47+25=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F19 is #6AD0E6. Grayscale: #4B4B4B. Windows color (decimal): -7000295 or 1650581. OLE color: 1650581.

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

Color convert

RGB 149 47 25 -
CMYK 0 0.68 0.83 0.42
HSL 10.65º 0.71% 0.34% -
HSV(B) 10.65º 0.83% 0.58% -
XYZ 13.59 8.49 1.84 -
YUV 74.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 149 47 25 0 0.68 0.83 0.42 10.65 0.71 0.34
Hex 95 2F 19 0 44 53 2A B 47 22
Octal 225 57 31 0 104 123 52 13 107 42
Binary 10010101 101111 11001 0 1000100 1010011 101010 1011 1000111 100010

Color Harmonies of #952F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F19

Black with #952F19

Text Example


Text Example

White with #952F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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