#251409

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

Shades of Wood Bark #251409

Tints of Wood Bark #251409

Color information

#251409 (or 0x251409) is unknown color: approx Wood Bark. HEX triplet: 25, 14 and 09. RGB value is (37,20,9). Sum of RGB (Red+Green+Blue) = 37+20+9=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #251409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251409 is #DAEBF6. Grayscale: #171717. Windows color (decimal): -14347255 or 594981. OLE color: 594981.

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

Color convert

RGB37209-
CMYK00.460.760.85
HSL23.57º60.87%9.02%-
HSV(B)23.57º75.68%14.51%-
XYZ1.060.910.38-
YUV23.83119.63137.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=56.06%
G=30.30%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3720900.460.760.8523.5760.879.02
Hex2514902E4C55183d9
Octal452411056114125307511
Binary100101101001001010111010011001010101110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251409; }

 p { color: rgb(37,20,9); }

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

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

 a { background-color: rgb(37,20,9); }

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

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

 span { border-color: rgb(37,20,9); }

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