#27463A

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

Shades of Burnham #27463A

Tints of Burnham #27463A

Color information

#27463A (or 0x27463A) is unknown color: approx Burnham. HEX triplet: 27, 46 and 3A. RGB value is (39,70,58). Sum of RGB (Red+Green+Blue) = 39+70+58=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #27463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27463A is #D8B9C5. Grayscale: #3B3B3B. Windows color (decimal): -14203334 or 3819047. OLE color: 3819047.

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

Color convert

RGB397058-
CMYK0.4400.170.73
HSL156.77º28.44%21.37%-
HSV(B)156.77º44.29%27.45%-
XYZ3.795.124.79-
YUV59.36127.23113.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=23.35%
G=41.92%
B=34.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970580.4400.170.73156.7728.4421.37
Hex27463A2C011499d1c15
Octal4710672540211112353425
Binary10011110001101110101011000100011001001100111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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