#27423A

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

Shades of Burnham #27423A

Tints of Burnham #27423A

Color information

#27423A (or 0x27423A) is unknown color: approx Burnham. HEX triplet: 27, 42 and 3A. RGB value is (39,66,58). Sum of RGB (Red+Green+Blue) = 39+66+58=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #27423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27423A is #D8BDC5. Grayscale: #393939. Windows color (decimal): -14204358 or 3818023. OLE color: 3818023.

HSL color Cylindrical-coordinate representation of color #27423A: hue angle of 162.22º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27423A is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB396658-
CMYK0.4100.120.74
HSL162.22º25.71%20.59%-
HSV(B)162.22º40.91%25.88%-
XYZ3.554.634.71-
YUV57.02128.55115.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=23.93%
G=40.49%
B=35.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966580.4100.120.74162.2225.7120.59
Hex27423A290C4Aa21a15
Octal4710272510141122423225
Binary1001111000010111010101001011001001010101000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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