#270F08

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

Shades of Seal Brown #270F08

Tints of Seal Brown #270F08

Color information

#270F08 (or 0x270F08) is unknown color: approx Seal Brown. HEX triplet: 27, 0F and 08. RGB value is (39,15,8). Sum of RGB (Red+Green+Blue) = 39+15+8=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #270F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F08 is #D8F0F7. Grayscale: #151515. Windows color (decimal): -14217464 or 528167. OLE color: 528167.

HSL color Cylindrical-coordinate representation of color #270F08: hue angle of 13.55º 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 #270F08 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB39158-
CMYK00.620.790.85
HSL13.55º65.96%9.22%-
HSV(B)13.55º79.49%15.29%-
XYZ1.050.790.33-
YUV21.38120.45140.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 62.90%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=62.90%
G=24.19%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3915800.620.790.8513.5565.969.22
Hex27F803E4F55e429
Octal4717100761171251610211
Binary10011111111000011111010011111010101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270F08; }

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

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

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

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

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

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

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

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