#251408

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

Shades of Wood Bark #251408

Tints of Wood Bark #251408

Color information

#251408 (or 0x251408) is unknown color: approx Wood Bark. HEX triplet: 25, 14 and 08. RGB value is (37,20,8). Sum of RGB (Red+Green+Blue) = 37+20+8=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #251408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251408 is #DAEBF7. Grayscale: #171717. Windows color (decimal): -14347256 or 529445. OLE color: 529445.

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

Color convert

RGB37208-
CMYK00.460.780.85
HSL24.83º64.44%8.82%-
HSV(B)24.83º78.38%14.51%-
XYZ1.060.910.35-
YUV23.71119.13137.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=56.92%
G=30.77%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3720800.460.780.8524.8364.448.82
Hex2514802E4E5519409
Octal4524100561161253110011
Binary1001011010010000101110100111010101011100110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251408; }

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

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

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

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

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

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

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

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