#251A14

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

Shades of Wood Bark #251A14

Tints of Wood Bark #251A14

Color information

#251A14 (or 0x251A14) is unknown color: approx Wood Bark. HEX triplet: 25, 1A and 14. RGB value is (37,26,20). Sum of RGB (Red+Green+Blue) = 37+26+20=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A14 is #DAE5EB. Grayscale: #1C1C1C. Windows color (decimal): -14345708 or 1317413. OLE color: 1317413.

HSL color Cylindrical-coordinate representation of color #251A14: hue angle of 21.18º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251A14 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB372620-
CMYK00.300.460.85
HSL21.18º29.82%11.18%-
HSV(B)21.18º45.95%14.51%-
XYZ1.261.180.82-
YUV28.6123.14133.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=44.58%
G=31.33%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37262000.300.460.8521.1829.8211.18
Hex251A1401E2E55151eb
Octal45322403656125253613
Binary1001011101010100011110101110101010110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A14; }

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

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

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

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

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

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

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

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