#251812

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

Shades of Wood Bark #251812

Tints of Wood Bark #251812

Color information

#251812 (or 0x251812) is unknown color: approx Wood Bark. HEX triplet: 25, 18 and 12. RGB value is (37,24,18). Sum of RGB (Red+Green+Blue) = 37+24+18=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251812 is #DAE7ED. Grayscale: #1B1B1B. Windows color (decimal): -14346222 or 1185829. OLE color: 1185829.

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

Color convert

RGB372418-
CMYK00.350.510.85
HSL18.95º34.55%10.78%-
HSV(B)18.95º51.35%14.51%-
XYZ1.21.090.72-
YUV27.2122.81134.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=46.84%
G=30.38%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37241800.350.510.8518.9534.5510.78
Hex25181202333551323b
Octal45302204363125234313
Binary100101110001001001000111100111010101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251812; }

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

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

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

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

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

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

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

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