#284238

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

Shades of Burnham #284238

Tints of Burnham #284238

Color information

#284238 (or 0x284238) is unknown color: approx Burnham. HEX triplet: 28, 42 and 38. RGB value is (40,66,56). Sum of RGB (Red+Green+Blue) = 40+66+56=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #284238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284238 is #D7BDC7. Grayscale: #393939. Windows color (decimal): -14138824 or 3686952. OLE color: 3686952.

HSL color Cylindrical-coordinate representation of color #284238: hue angle of 156.92º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284238 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB406656-
CMYK0.3900.150.74
HSL156.92º24.53%20.78%-
HSV(B)156.92º39.39%25.88%-
XYZ3.544.634.45-
YUV57.09127.39115.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=24.69%
G=40.74%
B=34.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066560.3900.150.74156.9224.5320.78
Hex284238270F4A9d1915
Octal5010270470171122353125
Binary1010001000010111000100111011111001010100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284238; }

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

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

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

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

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

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

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

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