#943125

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

Shades of Burnt Umber #943125

Tints of Burnt Umber #943125

Color information

#943125 (or 0x943125) is unknown color: approx Burnt Umber. HEX triplet: 94, 31 and 25. RGB value is (148,49,37). Sum of RGB (Red+Green+Blue) = 148+49+37=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #943125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943125 is #6BCEDA. Grayscale: #4D4D4D. Windows color (decimal): -7065307 or 2437524. OLE color: 2437524.

HSL color Cylindrical-coordinate representation of color #943125: hue angle of 6.49º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943125 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1484937-
CMYK00.670.750.42
HSL6.49º60%36.27%-
HSV(B)6.49º75%58.04%-
XYZ13.648.632.7-
YUV77.23105.3178.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=63.25%
G=20.94%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148493700.670.750.426.496036.27
Hex9431250434B2A63c24
Octal224614501031135267444
Binary10010100110001100101010000111001011101010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943125; }

 p { color: rgb(148,49,37); }

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

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

 a { background-color: rgb(148,49,37); }

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

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

 span { border-color: rgb(148,49,37); }

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