#270907

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

Shades of Seal Brown #270907

Tints of Seal Brown #270907

Color information

#270907 (or 0x270907) is unknown color: approx Seal Brown. HEX triplet: 27, 09 and 07. RGB value is (39,9,7). Sum of RGB (Red+Green+Blue) = 39+9+7=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270907 is #D8F6F8. Grayscale: #111111. Windows color (decimal): -14219001 or 461095. OLE color: 461095.

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

Color convert

RGB3997-
CMYK00.770.820.85
HSL3.75º69.57%9.02%-
HSV(B)3.75º82.05%15.29%-
XYZ0.970.640.27-
YUV17.74121.94143.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 70.91%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=70.91%
G=16.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal399700.770.820.853.7569.579.02
Hex279704D52554469
Octal471170115122125410611
Binary1001111001111010011011010010101010110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270907; }

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

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

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

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

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

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

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

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