#27473A

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

Shades of Burnham #27473A

Tints of Burnham #27473A

Color information

#27473A (or 0x27473A) is unknown color: approx Burnham. HEX triplet: 27, 47 and 3A. RGB value is (39,71,58). Sum of RGB (Red+Green+Blue) = 39+71+58=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #27473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27473A is #D8B8C5. Grayscale: #3B3B3B. Windows color (decimal): -14203078 or 3819303. OLE color: 3819303.

HSL color Cylindrical-coordinate representation of color #27473A: hue angle of 155.62º 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 #27473A is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB397158-
CMYK0.4500.180.72
HSL155.62º29.09%21.57%-
HSV(B)155.62º45.07%27.84%-
XYZ3.855.244.81-
YUV59.95126.9113.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=23.21%
G=42.26%
B=34.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971580.4500.180.72155.6229.0921.57
Hex27473A2D012489c1d16
Octal4710772550221102343526
Binary10011110001111110101011010100101001000100111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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