#251307

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

Shades of Wood Bark #251307

Tints of Wood Bark #251307

Color information

#251307 (or 0x251307) is unknown color: approx Wood Bark. HEX triplet: 25, 13 and 07. RGB value is (37,19,7). Sum of RGB (Red+Green+Blue) = 37+19+7=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #251307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251307 is #DAECF8. Grayscale: #171717. Windows color (decimal): -14347513 or 463653. OLE color: 463653.

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

Color convert

RGB37197-
CMYK00.490.810.85
HSL24º68.18%8.63%-
HSV(B)24º81.08%14.51%-
XYZ1.030.870.32-
YUV23.01118.96137.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 7 (3.12% from 255) = 11.11%
R=58.73%
G=30.16%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3719700.490.810.852468.188.63
Hex25137031515518449
Octal452370611211253010411
Binary100101100111110110001101000110101011100010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251307; }

 p { color: rgb(37,19,7); }

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

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

 a { background-color: rgb(37,19,7); }

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

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

 span { border-color: rgb(37,19,7); }

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