#260C08

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

Shades of Seal Brown #260C08

Tints of Seal Brown #260C08

Color information

#260C08 (or 0x260C08) is unknown color: approx Seal Brown. HEX triplet: 26, 0C and 08. RGB value is (38,12,8). Sum of RGB (Red+Green+Blue) = 38+12+8=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C08 is #D9F3F7. Grayscale: #131313. Windows color (decimal): -14283768 or 527398. OLE color: 527398.

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

Color convert

RGB38128-
CMYK00.680.790.85
HSL65.22%9.02%-
HSV(B)78.95%14.9%-
XYZ0.970.690.31-
YUV19.32121.61141.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=65.52%
G=20.69%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812800.680.790.85865.229.02
Hex26C80444F558419
Octal46141001041171251010111
Binary100110110010000100010010011111010101100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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