#24493A

Color #24493A Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #24493A

Tints of Burnham #24493A

Color information

#24493A (or 0x24493A) is unknown color: approx Burnham. HEX triplet: 24, 49 and 3A. RGB value is (36,73,58). Sum of RGB (Red+Green+Blue) = 36+73+58=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #24493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24493A is #DBB6C5. Grayscale: #3C3C3C. Windows color (decimal): -14399174 or 3819812. OLE color: 3819812.

HSL color Cylindrical-coordinate representation of color #24493A: hue angle of 155.68º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24493A is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB367358-
CMYK0.5100.210.71
HSL155.68º33.94%21.37%-
HSV(B)155.68º50.68%28.63%-
XYZ3.875.454.85-
YUV60.23126.74110.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=21.56%
G=43.71%
B=34.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3673580.5100.210.71155.6833.9421.37
Hex24493A33015479c2215
Octal4411172630251072344225
Binary100100100100111101011001101010110001111001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24493A; }

 p { color: rgb(36,73,58); }

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

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

 a { background-color: rgb(36,73,58); }

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

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

 span { border-color: rgb(36,73,58); }

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