#270B05

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

Shades of Seal Brown #270B05

Tints of Seal Brown #270B05

Color information

#270B05 (or 0x270B05) is unknown color: approx Seal Brown. HEX triplet: 27, 0B and 05. RGB value is (39,11,5). Sum of RGB (Red+Green+Blue) = 39+11+5=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B05 is #D8F4FA. Grayscale: #121212. Windows color (decimal): -14218491 or 330535. OLE color: 330535.

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

Color convert

RGB39115-
CMYK00.720.870.85
HSL10.59º77.27%8.63%-
HSV(B)10.59º87.18%15.29%-
XYZ0.980.680.22-
YUV18.69120.28142.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 70.91%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=70.91%
G=20%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3911500.720.870.8510.5977.278.63
Hex27B50485755b4d9
Octal4713501101271251311511
Binary10011110111010100100010101111010101101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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