Html Css Color HEX #952F17 Burnt Umber

📋 copy color: '#952F17'

red 149 ◦ green 47 ◦ blue 23

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

Shades of Burnt Umber #952F17

Tints of Burnt Umber #952F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 68.04%
G = 21.46%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952F17 (or 0x952F17) is known color: Burnt Umber. HEX triplet: 95, 2F and 17. RGB value is (149,47,23). Sum of RGB (Red+Green+Blue) = 149+47+23=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #952F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F17 is #6AD0E8. Grayscale: #4A4A4A. Windows color (decimal): -7000297 or 1519509. OLE color: 1519509.

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

Color convert

RGB 149 47 23 -
CMYK 0 0.68 0.85 0.42
HSL 11.43º 0.73% 0.34% -
HSV(B) 11.43º 0.85% 0.58% -
XYZ 13.57 8.48 1.73 -
YUV 74.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 149 47 23 0 0.68 0.85 0.42 11.43 0.73 0.34
Hex 95 2F 17 0 44 55 2A B 49 22
Octal 225 57 27 0 104 125 52 13 111 42
Binary 10010101 101111 10111 0 1000100 1010101 101010 1011 1001001 100010

Color Harmonies of #952F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F17

Black with #952F17

Text Example


Text Example

White with #952F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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