#271004

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

Shades of Seal Brown #271004

Tints of Seal Brown #271004

Color information

#271004 (or 0x271004) is unknown color: approx Seal Brown. HEX triplet: 27, 10 and 04. RGB value is (39,16,4). Sum of RGB (Red+Green+Blue) = 39+16+4=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #271004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271004 is #D8EFFB. Grayscale: #151515. Windows color (decimal): -14217212 or 266279. OLE color: 266279.

HSL color Cylindrical-coordinate representation of color #271004: hue angle of 20.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 #271004 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB39164-
CMYK00.590.900.85
HSL20.57º81.4%8.43%-
HSV(B)20.57º89.74%15.29%-
XYZ1.040.810.22-
YUV21.51118.12140.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 66.10%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=66.10%
G=27.12%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3916400.590.900.8520.5781.48.43
Hex2710403B5A5515518
Octal472040731321252512110
Binary100111100001000111011101101010101011010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271004; }

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

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

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

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

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

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

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

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