#270201

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

Shades of Seal Brown #270201

Tints of Seal Brown #270201

Color information

#270201 (or 0x270201) is unknown color: approx Seal Brown. HEX triplet: 27, 02 and 01. RGB value is (39,2,1). Sum of RGB (Red+Green+Blue) = 39+2+1=42 (5% of max value = 765). Red value is 39 (15.62% from 255 or 92.86% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 39 - color contains mainly: red. Hex color #270201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270201 is #D8FDFE. Grayscale: #0C0C0C. Windows color (decimal): -14220799 or 66087. OLE color: 66087.

HSL color Cylindrical-coordinate representation of color #270201: hue angle of 1.58º 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 #270201 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB3921-
CMYK00.950.970.85
HSL1.58º95%7.84%-
HSV(B)1.58º97.44%15.29%-
XYZ0.860.480.08-
YUV12.95121.26146.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 92.86%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=92.86%
G=4.76%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal392100.950.970.851.58957.84
Hex272105F615525f8
Octal47210137141125213710
Binary10011110101011111110000110101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270201; }

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

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

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

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

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

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

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

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