#270C07

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

Shades of Seal Brown #270C07

Tints of Seal Brown #270C07

Color information

#270C07 (or 0x270C07) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 07. RGB value is (39,12,7). Sum of RGB (Red+Green+Blue) = 39+12+7=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #270C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C07 is #D8F3F8. Grayscale: #131313. Windows color (decimal): -14218233 or 461863. OLE color: 461863.

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

Color convert

RGB39127-
CMYK00.690.820.85
HSL9.38º69.57%9.02%-
HSV(B)9.38º82.05%15.29%-
XYZ1.010.710.28-
YUV19.5120.95141.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 67.24%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=67.24%
G=20.69%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912700.690.820.859.3869.579.02
Hex27C704552559469
Octal4714701051221251110611
Binary10011111001110100010110100101010101100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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