#270A02

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

Shades of Seal Brown #270A02

Tints of Seal Brown #270A02

Color information

#270A02 (or 0x270A02) is unknown color: approx Seal Brown. HEX triplet: 27, 0A and 02. RGB value is (39,10,2). Sum of RGB (Red+Green+Blue) = 39+10+2=51 (6% of max value = 765). Red value is 39 (15.62% from 255 or 76.47% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 39 - color contains mainly: red. Hex color #270A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A02 is #D8F5FD. Grayscale: #111111. Windows color (decimal): -14218750 or 133671. OLE color: 133671.

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

Color convert

RGB39102-
CMYK00.740.950.85
HSL12.97º90.24%8.04%-
HSV(B)12.97º94.87%15.29%-
XYZ0.960.650.13-
YUV17.76119.11143.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 76.47%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=76.47%
G=19.61%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3910200.740.950.8512.9790.248.04
Hex27A204A5F55d5a8
Octal4712201121371251513210
Binary1001111010100100101010111111010101110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,10,2); }

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

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

 a { background-color: rgb(39,10,2); }

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

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

 span { border-color: rgb(39,10,2); }

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