#28483B

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

Shades of Burnham #28483B

Tints of Burnham #28483B

Color information

#28483B (or 0x28483B) is unknown color: approx Burnham. HEX triplet: 28, 48 and 3B. RGB value is (40,72,59). Sum of RGB (Red+Green+Blue) = 40+72+59=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #28483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28483B is #D7B7C4. Grayscale: #3C3C3C. Windows color (decimal): -14137285 or 3885096. OLE color: 3885096.

HSL color Cylindrical-coordinate representation of color #28483B: hue angle of 155.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28483B is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB407259-
CMYK0.4400.180.72
HSL155.62º28.57%21.96%-
HSV(B)155.62º44.44%28.24%-
XYZ3.985.44.97-
YUV60.95126.9113.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=23.39%
G=42.11%
B=34.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072590.4400.180.72155.6228.5721.96
Hex28483B2C012489c1d16
Octal5011073540221102343526
Binary10100010010001110111011000100101001000100111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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