#27453A

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

Shades of Burnham #27453A

Tints of Burnham #27453A

Color information

#27453A (or 0x27453A) is unknown color: approx Burnham. HEX triplet: 27, 45 and 3A. RGB value is (39,69,58). Sum of RGB (Red+Green+Blue) = 39+69+58=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #27453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27453A is #D8BAC5. Grayscale: #3A3A3A. Windows color (decimal): -14203590 or 3818791. OLE color: 3818791.

HSL color Cylindrical-coordinate representation of color #27453A: hue angle of 158º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #27453A is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB396958-
CMYK0.4300.160.73
HSL158º27.78%21.18%-
HSV(B)158º43.48%27.06%-
XYZ3.734.994.77-
YUV58.78127.56113.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=23.49%
G=41.57%
B=34.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3969580.4300.160.7315827.7821.18
Hex27453A2B010499e1c15
Octal4710572530201112363425
Binary10011110001011110101010110100001001001100111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27453A; }

 p { color: rgb(39,69,58); }

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

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

 a { background-color: rgb(39,69,58); }

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

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

 span { border-color: rgb(39,69,58); }

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