#260C05

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

Shades of Seal Brown #260C05

Tints of Seal Brown #260C05

Color information

#260C05 (or 0x260C05) is unknown color: approx Seal Brown. HEX triplet: 26, 0C and 05. RGB value is (38,12,5). Sum of RGB (Red+Green+Blue) = 38+12+5=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C05 is #D9F3FA. Grayscale: #131313. Windows color (decimal): -14283771 or 330790. OLE color: 330790.

HSL color Cylindrical-coordinate representation of color #260C05: hue angle of 12.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260C05 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB38125-
CMYK00.680.870.85
HSL12.73º76.74%8.43%-
HSV(B)12.73º86.84%14.9%-
XYZ0.960.690.23-
YUV18.98120.11141.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 69.09%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=69.09%
G=21.82%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812500.680.870.8512.7376.748.43
Hex26C50445755d4d8
Octal4614501041271251511510
Binary10011011001010100010010101111010101110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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