#270702

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

Shades of Seal Brown #270702

Tints of Seal Brown #270702

Color information

#270702 (or 0x270702) is unknown color: approx Seal Brown. HEX triplet: 27, 07 and 02. RGB value is (39,7,2). Sum of RGB (Red+Green+Blue) = 39+7+2=48 (6% of max value = 765). Red value is 39 (15.62% from 255 or 81.25% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 39 - color contains mainly: red. Hex color #270702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270702 is #D8F8FD. Grayscale: #101010. Windows color (decimal): -14219518 or 132903. OLE color: 132903.

HSL color Cylindrical-coordinate representation of color #270702: hue angle of 8.11º 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 #270702 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB3972-
CMYK00.820.950.85
HSL8.11º90.24%8.04%-
HSV(B)8.11º94.87%15.29%-
XYZ0.920.590.12-
YUV16120.1144.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 81.25%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=81.25%
G=14.58%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal397200.820.950.858.1190.248.04
Hex27720525F5585a8
Octal477201221371251013210
Binary100111111100101001010111111010101100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270702; }

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

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

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

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

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

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

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

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