#270801

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

Shades of Seal Brown #270801

Tints of Seal Brown #270801

Color information

#270801 (or 0x270801) is unknown color: approx Seal Brown. HEX triplet: 27, 08 and 01. RGB value is (39,8,1). Sum of RGB (Red+Green+Blue) = 39+8+1=48 (6% of max value = 765). Red value is 39 (15.62% from 255 or 81.25% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 39 - color contains mainly: red. Hex color #270801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270801 is #D8F7FE. Grayscale: #101010. Windows color (decimal): -14219263 or 67623. OLE color: 67623.

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

Color convert

RGB3981-
CMYK00.790.970.85
HSL11.05º95%7.84%-
HSV(B)11.05º97.44%15.29%-
XYZ0.930.610.1-
YUV16.47119.27144.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 81.25%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=81.25%
G=16.67%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal398100.790.970.8511.05957.84
Hex278104F6155b5f8
Octal4710101171411251313710
Binary100111100010100111111000011010101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270801; }

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

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

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

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

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

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

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

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