#261002

Color #261002 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #261002

Tints of Wood Bark #261002

Color information

#261002 (or 0x261002) is unknown color: approx Wood Bark. HEX triplet: 26, 10 and 02. RGB value is (38,16,2). Sum of RGB (Red+Green+Blue) = 38+16+2=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #261002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261002 is #D9EFFD. Grayscale: #151515. Windows color (decimal): -14282750 or 135206. OLE color: 135206.

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

Color convert

RGB38162-
CMYK00.580.950.85
HSL23.33º90%7.84%-
HSV(B)23.33º94.74%14.9%-
XYZ10.790.16-
YUV20.98117.29140.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 67.86%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=67.86%
G=28.57%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3816200.580.950.8523.33907.84
Hex2610203A5F55175a8
Octal462020721371252713210
Binary10011010000100111010101111110101011011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261002; }

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

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

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

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

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

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

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

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