#952F23

Color #952F23 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #952F23

Tints of Burnt Umber #952F23

Color information

#952F23 (or 0x952F23) is unknown color: approx Burnt Umber. HEX triplet: 95, 2F and 23. RGB value is (149,47,35). Sum of RGB (Red+Green+Blue) = 149+47+35=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F23 is #6AD0DC. Grayscale: #4C4C4C. Windows color (decimal): -7000285 or 2305941. OLE color: 2305941.

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

Color convert

RGB1494735-
CMYK00.680.770.42
HSL6.32º61.96%36.08%-
HSV(B)6.32º76.51%58.43%-
XYZ13.718.542.52-
YUV76.13104.79179.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 35 (14.06% from 255) = 15.15%
R=64.50%
G=20.35%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149473500.680.770.426.3261.9636.08
Hex952F230444D2A63e24
Octal225574301041155267644
Binary10010101101111100011010001001001101101010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #952F23;
 }
 .AnyTagClassName
 {
   color: #952F23;
 }
</style>
background-color css

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

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

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

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

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

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