#270C08

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

Shades of Seal Brown #270C08

Tints of Seal Brown #270C08

Color information

#270C08 (or 0x270C08) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 08. RGB value is (39,12,8). Sum of RGB (Red+Green+Blue) = 39+12+8=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #270C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C08 is #D8F3F7. Grayscale: #131313. Windows color (decimal): -14218232 or 527399. OLE color: 527399.

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

Color convert

RGB39128-
CMYK00.690.790.85
HSL7.74º65.96%9.22%-
HSV(B)7.74º79.49%15.29%-
XYZ1.010.710.31-
YUV19.62121.45141.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 66.10%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=66.10%
G=20.34%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912800.690.790.857.7465.969.22
Hex27C80454F558429
Octal47141001051171251010211
Binary100111110010000100010110011111010101100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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