#28493B

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

Shades of Burnham #28493B

Tints of Burnham #28493B

Color information

#28493B (or 0x28493B) is unknown color: approx Burnham. HEX triplet: 28, 49 and 3B. RGB value is (40,73,59). Sum of RGB (Red+Green+Blue) = 40+73+59=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #28493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28493B is #D7B6C4. Grayscale: #3D3D3D. Windows color (decimal): -14137029 or 3885352. OLE color: 3885352.

HSL color Cylindrical-coordinate representation of color #28493B: hue angle of 154.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28493B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB407359-
CMYK0.4500.190.71
HSL154.55º29.2%22.16%-
HSV(B)154.55º45.21%28.63%-
XYZ4.055.534.99-
YUV61.54126.57112.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=23.26%
G=42.44%
B=34.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4073590.4500.190.71154.5529.222.16
Hex28493B2D013479b1d16
Octal5011173550231072333526
Binary10100010010011110111011010100111000111100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28493B; }

 p { color: rgb(40,73,59); }

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

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

 a { background-color: rgb(40,73,59); }

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

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

 span { border-color: rgb(40,73,59); }

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