#27473B

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

Shades of Burnham #27473B

Tints of Burnham #27473B

Color information

#27473B (or 0x27473B) is unknown color: approx Burnham. HEX triplet: 27, 47 and 3B. RGB value is (39,71,59). Sum of RGB (Red+Green+Blue) = 39+71+59=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #27473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27473B is #D8B8C4. Grayscale: #3C3C3C. Windows color (decimal): -14203077 or 3884839. OLE color: 3884839.

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

Color convert

RGB397159-
CMYK0.4500.170.72
HSL157.5º29.09%21.57%-
HSV(B)157.5º45.07%27.84%-
XYZ3.885.254.95-
YUV60.06127.4112.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=23.08%
G=42.01%
B=34.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971590.4500.170.72157.529.0921.57
Hex27473B2D011489e1d16
Octal4710773550211102363526
Binary10011110001111110111011010100011001000100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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