#27483B

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

Shades of Burnham #27483B

Tints of Burnham #27483B

Color information

#27483B (or 0x27483B) is unknown color: approx Burnham. HEX triplet: 27, 48 and 3B. RGB value is (39,72,59). Sum of RGB (Red+Green+Blue) = 39+72+59=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #27483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483B is #D8B7C4. Grayscale: #3C3C3C. Windows color (decimal): -14202821 or 3885095. OLE color: 3885095.

HSL color Cylindrical-coordinate representation of color #27483B: hue angle of 156.36º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27483B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB397259-
CMYK0.4600.180.72
HSL156.36º29.73%21.76%-
HSV(B)156.36º45.83%28.24%-
XYZ3.945.384.97-
YUV60.65127.07112.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=22.94%
G=42.35%
B=34.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972590.4600.180.72156.3629.7321.76
Hex27483B2E012489c1e16
Octal4711073560221102343626
Binary10011110010001110111011100100101001000100111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27483B; }

 p { color: rgb(39,72,59); }

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

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

 a { background-color: rgb(39,72,59); }

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

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

 span { border-color: rgb(39,72,59); }

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