#962E23

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

Shades of Burnt Umber #962E23

Tints of Burnt Umber #962E23

Color information

#962E23 (or 0x962E23) is unknown color: approx Burnt Umber. HEX triplet: 96, 2E and 23. RGB value is (150,46,35). Sum of RGB (Red+Green+Blue) = 150+46+35=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E23 is #69D1DC. Grayscale: #4B4B4B. Windows color (decimal): -6935005 or 2305686. OLE color: 2305686.

HSL color Cylindrical-coordinate representation of color #962E23: hue angle of 5.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962E23 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1504635-
CMYK00.690.770.41
HSL5.74º62.16%36.27%-
HSV(B)5.74º76.67%58.82%-
XYZ13.868.562.51-
YUV75.84104.96180.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 35 (14.06% from 255) = 15.15%
R=64.94%
G=19.91%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150463500.690.770.415.7462.1636.27
Hex962E230454D2963e24
Octal226564301051155167644
Binary10010110101110100011010001011001101101001110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E23; }

 p { color: rgb(150,46,35); }

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

<style>
 a { background-color: #962E23; }

 a { background-color: rgb(150,46,35); }

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

<style>
 span { border-color: #962E23; }

 span { border-color: rgb(150,46,35); }

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