#251814

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

Shades of Wood Bark #251814

Tints of Wood Bark #251814

Color information

#251814 (or 0x251814) is unknown color: approx Wood Bark. HEX triplet: 25, 18 and 14. RGB value is (37,24,20). Sum of RGB (Red+Green+Blue) = 37+24+20=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251814 is #DAE7EB. Grayscale: #1B1B1B. Windows color (decimal): -14346220 or 1316901. OLE color: 1316901.

HSL color Cylindrical-coordinate representation of color #251814: hue angle of 14.12º 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 #251814 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB372420-
CMYK00.350.460.85
HSL14.12º29.82%11.18%-
HSV(B)14.12º45.95%14.51%-
XYZ1.221.10.81-
YUV27.43123.81134.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=45.68%
G=29.63%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37242000.350.460.8514.1229.8211.18
Hex2518140232E55e1eb
Octal45302404356125163613
Binary1001011100010100010001110111010101011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251814; }

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

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

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

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

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

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

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

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