#270C05

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

Shades of Seal Brown #270C05

Tints of Seal Brown #270C05

Color information

#270C05 (or 0x270C05) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 05. RGB value is (39,12,5). Sum of RGB (Red+Green+Blue) = 39+12+5=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #270C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C05 is #D8F3FA. Grayscale: #131313. Windows color (decimal): -14218235 or 330791. OLE color: 330791.

HSL color Cylindrical-coordinate representation of color #270C05: hue angle of 12.35º 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 #270C05 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB39125-
CMYK00.690.870.85
HSL12.35º77.27%8.63%-
HSV(B)12.35º87.18%15.29%-
XYZ10.710.23-
YUV19.27119.95142.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 69.64%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=69.64%
G=21.43%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912500.690.870.8512.3577.278.63
Hex27C50455755c4d9
Octal4714501051271251411511
Binary10011111001010100010110101111010101110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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