#260C01

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

Shades of Seal Brown #260C01

Tints of Seal Brown #260C01

Color information

#260C01 (or 0x260C01) is unknown color: approx Seal Brown. HEX triplet: 26, 0C and 01. RGB value is (38,12,1). Sum of RGB (Red+Green+Blue) = 38+12+1=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C01 is #D9F3FE. Grayscale: #121212. Windows color (decimal): -14283775 or 68646. OLE color: 68646.

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

Color convert

RGB38121-
CMYK00.680.970.85
HSL17.84º94.87%7.65%-
HSV(B)17.84º97.37%14.9%-
XYZ0.940.680.11-
YUV18.52118.11141.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 74.51%
GREEN value IS 12 (5.08% from 255) = 23.53%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=74.51%
G=23.53%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812100.680.970.8517.8494.877.65
Hex26C10446155125f8
Octal4614101041411252213710
Binary1001101100101000100110000110101011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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