#251306

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

Shades of Wood Bark #251306

Tints of Wood Bark #251306

Color information

#251306 (or 0x251306) is unknown color: approx Wood Bark. HEX triplet: 25, 13 and 06. RGB value is (37,19,6). Sum of RGB (Red+Green+Blue) = 37+19+6=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #251306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251306 is #DAECF9. Grayscale: #161616. Windows color (decimal): -14347514 or 398117. OLE color: 398117.

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

Color convert

RGB37196-
CMYK00.490.840.85
HSL25.16º72.09%8.43%-
HSV(B)25.16º83.78%14.51%-
XYZ1.030.870.29-
YUV22.9118.46138.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=59.68%
G=30.65%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3719600.490.840.8525.1672.098.43
Hex25136031545519488
Octal452360611241253111010
Binary100101100111100110001101010010101011100110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251306; }

 p { color: rgb(37,19,6); }

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

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

 a { background-color: rgb(37,19,6); }

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

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

 span { border-color: rgb(37,19,6); }

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