#284138

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

Shades of Burnham #284138

Tints of Burnham #284138

Color information

#284138 (or 0x284138) is unknown color: approx Burnham. HEX triplet: 28, 41 and 38. RGB value is (40,65,56). Sum of RGB (Red+Green+Blue) = 40+65+56=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #284138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284138 is #D7BEC7. Grayscale: #383838. Windows color (decimal): -14139080 or 3686696. OLE color: 3686696.

HSL color Cylindrical-coordinate representation of color #284138: hue angle of 158.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #284138 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB406556-
CMYK0.3800.140.75
HSL158.4º23.81%20.59%-
HSV(B)158.4º38.46%25.49%-
XYZ3.484.524.43-
YUV56.5127.72116.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=24.84%
G=40.37%
B=34.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065560.3800.140.75158.423.8120.59
Hex284138260E4B9e1815
Octal5010170460161132363025
Binary1010001000001111000100110011101001011100111101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284138; }

 p { color: rgb(40,65,56); }

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

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

 a { background-color: rgb(40,65,56); }

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

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

 span { border-color: rgb(40,65,56); }

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