#270901

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

Shades of Seal Brown #270901

Tints of Seal Brown #270901

Color information

#270901 (or 0x270901) is unknown color: approx Seal Brown. HEX triplet: 27, 09 and 01. RGB value is (39,9,1). Sum of RGB (Red+Green+Blue) = 39+9+1=49 (6% of max value = 765). Red value is 39 (15.62% from 255 or 79.59% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 39 - color contains mainly: red. Hex color #270901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270901 is #D8F6FE. Grayscale: #111111. Windows color (decimal): -14219007 or 67879. OLE color: 67879.

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

Color convert

RGB3991-
CMYK00.770.970.85
HSL12.63º95%7.84%-
HSV(B)12.63º97.44%15.29%-
XYZ0.940.630.1-
YUV17.06118.94143.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 79.59%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=79.59%
G=18.37%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal399100.770.970.8512.63957.84
Hex279104D6155d5f8
Octal4711101151411251513710
Binary100111100110100110111000011010101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270901; }

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

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

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

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

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

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

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

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