#270902

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

Shades of Seal Brown #270902

Tints of Seal Brown #270902

Color information

#270902 (or 0x270902) is unknown color: approx Seal Brown. HEX triplet: 27, 09 and 02. RGB value is (39,9,2). Sum of RGB (Red+Green+Blue) = 39+9+2=50 (6% of max value = 765). Red value is 39 (15.62% from 255 or 78% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 39 - color contains mainly: red. Hex color #270902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270902 is #D8F6FD. Grayscale: #111111. Windows color (decimal): -14219006 or 133415. OLE color: 133415.

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

Color convert

RGB3992-
CMYK00.770.950.85
HSL11.35º90.24%8.04%-
HSV(B)11.35º94.87%15.29%-
XYZ0.950.630.13-
YUV17.17119.44143.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 78%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 2 (1.17% from 255) = 4%
R=78%
G=18%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal399200.770.950.8511.3590.248.04
Hex279204D5F55b5a8
Octal4711201151371251313210
Binary1001111001100100110110111111010101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270902; }

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

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

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

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

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

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

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

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