#963023

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

Shades of Burnt Umber #963023

Tints of Burnt Umber #963023

Color information

#963023 (or 0x963023) is unknown color: approx Burnt Umber. HEX triplet: 96, 30 and 23. RGB value is (150,48,35). Sum of RGB (Red+Green+Blue) = 150+48+35=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963023 is #69CFDC. Grayscale: #4D4D4D. Windows color (decimal): -6934493 or 2306198. OLE color: 2306198.

HSL color Cylindrical-coordinate representation of color #963023: hue angle of 6.78º 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 #963023 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1504835-
CMYK00.680.770.41
HSL6.78º62.16%36.27%-
HSV(B)6.78º76.67%58.82%-
XYZ13.948.722.54-
YUV77.02104.29180.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=64.38%
G=20.60%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150483500.680.770.416.7862.1636.27
Hex9630230444D2973e24
Octal226604301041155177644
Binary10010110110000100011010001001001101101001111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963023; }

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

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

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

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

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

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

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

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