#270E07

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

Shades of Seal Brown #270E07

Tints of Seal Brown #270E07

Color information

#270E07 (or 0x270E07) is unknown color: approx Seal Brown. HEX triplet: 27, 0E and 07. RGB value is (39,14,7). Sum of RGB (Red+Green+Blue) = 39+14+7=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #270E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270E07 is #D8F1F8. Grayscale: #141414. Windows color (decimal): -14217721 or 462375. OLE color: 462375.

HSL color Cylindrical-coordinate representation of color #270E07: hue angle of 13.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270E07 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB39147-
CMYK00.640.820.85
HSL13.12º69.57%9.02%-
HSV(B)13.12º82.05%15.29%-
XYZ1.030.760.29-
YUV20.68120.28141.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 65%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 7 (3.12% from 255) = 11.67%
R=65%
G=23.33%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3914700.640.820.8513.1269.579.02
Hex27E70405255d469
Octal4716701001221251510611
Binary10011111101110100000010100101010101110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,14,7); }

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

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

 a { background-color: rgb(39,14,7); }

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

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

 span { border-color: rgb(39,14,7); }

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