#260F02

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

Shades of Seal Brown #260F02

Tints of Seal Brown #260F02

Color information

#260F02 (or 0x260F02) is unknown color: approx Seal Brown. HEX triplet: 26, 0F and 02. RGB value is (38,15,2). Sum of RGB (Red+Green+Blue) = 38+15+2=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F02 is #D9F0FD. Grayscale: #141414. Windows color (decimal): -14283006 or 134950. OLE color: 134950.

HSL color Cylindrical-coordinate representation of color #260F02: hue angle of 21.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 #260F02 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB38152-
CMYK00.610.950.85
HSL21.67º90%7.84%-
HSV(B)21.67º94.74%14.9%-
XYZ0.980.760.15-
YUV20.4117.62140.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 69.09%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=69.09%
G=27.27%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3815200.610.950.8521.67907.84
Hex26F203D5F55165a8
Octal461720751371252613210
Binary1001101111100111101101111110101011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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