#27443A

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

Shades of Burnham #27443A

Tints of Burnham #27443A

Color information

#27443A (or 0x27443A) is unknown color: approx Burnham. HEX triplet: 27, 44 and 3A. RGB value is (39,68,58). Sum of RGB (Red+Green+Blue) = 39+68+58=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #27443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27443A is #D8BBC5. Grayscale: #3A3A3A. Windows color (decimal): -14203846 or 3818535. OLE color: 3818535.

HSL color Cylindrical-coordinate representation of color #27443A: hue angle of 159.31º degrees, saturation: 0.27, 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 #27443A is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB396858-
CMYK0.4300.150.73
HSL159.31º27.1%20.98%-
HSV(B)159.31º42.65%26.67%-
XYZ3.674.874.75-
YUV58.19127.89114.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=23.64%
G=41.21%
B=35.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968580.4300.150.73159.3127.120.98
Hex27443A2B0F499f1b15
Octal4710472530171112373325
Binary1001111000100111010101011011111001001100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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