#270D05

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

Shades of Seal Brown #270D05

Tints of Seal Brown #270D05

Color information

#270D05 (or 0x270D05) is unknown color: approx Seal Brown. HEX triplet: 27, 0D and 05. RGB value is (39,13,5). Sum of RGB (Red+Green+Blue) = 39+13+5=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D05 is #D8F2FA. Grayscale: #131313. Windows color (decimal): -14217979 or 331047. OLE color: 331047.

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

Color convert

RGB39135-
CMYK00.670.870.85
HSL14.12º77.27%8.63%-
HSV(B)14.12º87.18%15.29%-
XYZ1.010.730.23-
YUV19.86119.61141.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=68.42%
G=22.81%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3913500.670.870.8514.1277.278.63
Hex27D50435755e4d9
Octal4715501031271251611511
Binary10011111011010100001110101111010101111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,13,5); }

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

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

 a { background-color: rgb(39,13,5); }

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

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

 span { border-color: rgb(39,13,5); }

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