#284338

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

Shades of Burnham #284338

Tints of Burnham #284338

Color information

#284338 (or 0x284338) is unknown color: approx Burnham. HEX triplet: 28, 43 and 38. RGB value is (40,67,56). Sum of RGB (Red+Green+Blue) = 40+67+56=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #284338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284338 is #D7BCC7. Grayscale: #393939. Windows color (decimal): -14138568 or 3687208. OLE color: 3687208.

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

Color convert

RGB406756-
CMYK0.4000.160.74
HSL155.56º25.23%20.98%-
HSV(B)155.56º40.3%26.27%-
XYZ3.64.754.47-
YUV57.67127.05115.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=24.54%
G=41.10%
B=34.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067560.4000.160.74155.5625.2320.98
Hex284338280104A9c1915
Octal5010370500201122343125
Binary10100010000111110001010000100001001010100111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284338; }

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

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

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

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

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

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

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

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