#271008

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

Shades of Seal Brown #271008

Tints of Seal Brown #271008

Color information

#271008 (or 0x271008) is unknown color: approx Seal Brown. HEX triplet: 27, 10 and 08. RGB value is (39,16,8). Sum of RGB (Red+Green+Blue) = 39+16+8=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #271008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271008 is #D8EFF7. Grayscale: #161616. Windows color (decimal): -14217208 or 528423. OLE color: 528423.

HSL color Cylindrical-coordinate representation of color #271008: hue angle of 15.48º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271008 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB39168-
CMYK00.590.790.85
HSL15.48º65.96%9.22%-
HSV(B)15.48º79.49%15.29%-
XYZ1.070.820.33-
YUV21.96120.12140.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=61.90%
G=25.40%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3916800.590.790.8515.4865.969.22
Hex2710803B4F55f429
Octal4720100731171251710211
Binary100111100001000011101110011111010101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271008; }

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

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

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

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

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

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

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

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