#251912

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

Shades of Wood Bark #251912

Tints of Wood Bark #251912

Color information

#251912 (or 0x251912) is unknown color: approx Wood Bark. HEX triplet: 25, 19 and 12. RGB value is (37,25,18). Sum of RGB (Red+Green+Blue) = 37+25+18=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251912 is #DAE6ED. Grayscale: #1B1B1B. Windows color (decimal): -14345966 or 1186085. OLE color: 1186085.

HSL color Cylindrical-coordinate representation of color #251912: hue angle of 22.11º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251912 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB372518-
CMYK00.320.510.85
HSL22.11º34.55%10.78%-
HSV(B)22.11º51.35%14.51%-
XYZ1.221.130.73-
YUV27.79122.48134.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=46.25%
G=31.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37251800.320.510.8522.1134.5510.78
Hex25191202033551623b
Octal45312204063125264313
Binary100101110011001001000001100111010101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251912; }

 p { color: rgb(37,25,18); }

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

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

 a { background-color: rgb(37,25,18); }

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

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

 span { border-color: rgb(37,25,18); }

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