#201308

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

Shades of Wood Bark #201308

Tints of Wood Bark #201308

Color information

#201308 (or 0x201308) is unknown color: approx Wood Bark. HEX triplet: 20, 13 and 08. RGB value is (32,19,8). Sum of RGB (Red+Green+Blue) = 32+19+8=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #201308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201308 is #DFECF7. Grayscale: #151515. Windows color (decimal): -14675192 or 529184. OLE color: 529184.

HSL color Cylindrical-coordinate representation of color #201308: hue angle of 27.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201308 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.87.

Color convert

RGB32198-
CMYK00.410.750.87
HSL27.5º60%7.84%-
HSV(B)27.5º75%12.55%-
XYZ0.870.790.34-
YUV21.63120.31135.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 54.24%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=54.24%
G=32.20%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219800.410.750.8727.5607.84
Hex201380294B571c3c8
Octal402310051113127347410
Binary100000100111000010100110010111010111111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201308; }

 p { color: rgb(32,19,8); }

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

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

 a { background-color: rgb(32,19,8); }

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

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

 span { border-color: rgb(32,19,8); }

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