#270904

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

Shades of Seal Brown #270904

Tints of Seal Brown #270904

Color information

#270904 (or 0x270904) is unknown color: approx Seal Brown. HEX triplet: 27, 09 and 04. RGB value is (39,9,4). Sum of RGB (Red+Green+Blue) = 39+9+4=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #270904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270904 is #D8F6FB. Grayscale: #111111. Windows color (decimal): -14219004 or 264487. OLE color: 264487.

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

Color convert

RGB3994-
CMYK00.770.900.85
HSL8.57º81.4%8.43%-
HSV(B)8.57º89.74%15.29%-
XYZ0.960.640.19-
YUV17.4120.44143.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=75%
G=17.31%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal399400.770.900.858.5781.48.43
Hex279404D5A559518
Octal4711401151321251112110
Binary10011110011000100110110110101010101100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270904; }

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

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

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

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

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

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

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

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