#270501

Color #270501 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #270501

Tints of Seal Brown #270501

Color information

#270501 (or 0x270501) is unknown color: approx Seal Brown. HEX triplet: 27, 05 and 01. RGB value is (39,5,1). Sum of RGB (Red+Green+Blue) = 39+5+1=45 (5% of max value = 765). Red value is 39 (15.62% from 255 or 86.67% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 39 - color contains mainly: red. Hex color #270501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270501 is #D8FAFE. Grayscale: #0E0E0E. Windows color (decimal): -14220031 or 66855. OLE color: 66855.

HSL color Cylindrical-coordinate representation of color #270501: hue angle of 6.32º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270501 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB3951-
CMYK00.870.970.85
HSL6.32º95%7.84%-
HSV(B)6.32º97.44%15.29%-
XYZ0.90.540.09-
YUV14.71120.26145.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 86.67%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=86.67%
G=11.11%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal395100.870.970.856.32957.84
Hex2751057615565f8
Octal47510127141125613710
Binary1001111011010101111100001101010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270501; }

 p { color: rgb(39,5,1); }

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

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

 a { background-color: rgb(39,5,1); }

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

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

 span { border-color: rgb(39,5,1); }

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