#260902

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

Shades of Seal Brown #260902

Tints of Seal Brown #260902

Color information

#260902 (or 0x260902) is unknown color: approx Seal Brown. HEX triplet: 26, 09 and 02. RGB value is (38,9,2). Sum of RGB (Red+Green+Blue) = 38+9+2=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260902 is #D9F6FD. Grayscale: #101010. Windows color (decimal): -14284542 or 133414. OLE color: 133414.

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

Color convert

RGB3892-
CMYK00.760.950.85
HSL11.67º90%7.84%-
HSV(B)11.67º94.74%14.9%-
XYZ0.910.610.13-
YUV16.87119.61143.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 77.55%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 2 (1.17% from 255) = 4.08%
R=77.55%
G=18.37%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal389200.760.950.8511.67907.84
Hex269204C5F55c5a8
Octal4611201141371251413210
Binary1001101001100100110010111111010101110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260902; }

 p { color: rgb(38,9,2); }

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

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

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

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

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

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

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