#260C0C

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

Shades of Seal Brown #260C0C

Tints of Seal Brown #260C0C

Color information

#260C0C (or 0x260C0C) is unknown color: approx Seal Brown. HEX triplet: 26, 0C and 0C. RGB value is (38,12,12). Sum of RGB (Red+Green+Blue) = 38+12+12=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0C is #D9F3F3. Grayscale: #131313. Windows color (decimal): -14283764 or 789542. OLE color: 789542.

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

Color convert

RGB381212-
CMYK00.680.680.85
HSL52%9.8%-
HSV(B)68.42%14.9%-
XYZ10.70.43-
YUV19.77123.61141-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=61.29%
G=19.35%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38121200.680.680.850529.8
Hex26CC0444455034a
Octal461414010410412506412
Binary10011011001100010001001000100101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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