#270D0C

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

Shades of Seal Brown #270D0C

Tints of Seal Brown #270D0C

Color information

#270D0C (or 0x270D0C) is unknown color: approx Seal Brown. HEX triplet: 27, 0D and 0C. RGB value is (39,13,12). Sum of RGB (Red+Green+Blue) = 39+13+12=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #270D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D0C is #D8F2F3. Grayscale: #141414. Windows color (decimal): -14217972 or 789799. OLE color: 789799.

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

Color convert

RGB391312-
CMYK00.670.690.85
HSL2.22º52.94%10%-
HSV(B)2.22º69.23%15.29%-
XYZ1.050.750.44-
YUV20.66123.11141.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=60.94%
G=20.31%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39131200.670.690.852.2252.9410
Hex27DC0434555235a
Octal471514010310512526512
Binary100111110111000100001110001011010101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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