#260C04

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

Shades of Seal Brown #260C04

Tints of Seal Brown #260C04

Color information

#260C04 (or 0x260C04) is unknown color: approx Seal Brown. HEX triplet: 26, 0C and 04. RGB value is (38,12,4). Sum of RGB (Red+Green+Blue) = 38+12+4=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #260C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C04 is #D9F3FB. Grayscale: #121212. Windows color (decimal): -14283772 or 265254. OLE color: 265254.

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

Color convert

RGB38124-
CMYK00.680.890.85
HSL14.12º80.95%8.24%-
HSV(B)14.12º89.47%14.9%-
XYZ0.950.680.2-
YUV18.86119.61141.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 70.37%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=70.37%
G=22.22%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812400.680.890.8514.1280.958.24
Hex26C40445955e518
Octal4614401041311251612110
Binary10011011001000100010010110011010101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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