#251207

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

Shades of Wood Bark #251207

Tints of Wood Bark #251207

Color information

#251207 (or 0x251207) is unknown color: approx Wood Bark. HEX triplet: 25, 12 and 07. RGB value is (37,18,7). Sum of RGB (Red+Green+Blue) = 37+18+7=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #251207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251207 is #DAEDF8. Grayscale: #161616. Windows color (decimal): -14347769 or 463397. OLE color: 463397.

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

Color convert

RGB37187-
CMYK00.510.810.85
HSL22º68.18%8.63%-
HSV(B)22º81.08%14.51%-
XYZ1.020.840.31-
YUV22.43119.29138.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 7 (3.12% from 255) = 11.29%
R=59.68%
G=29.03%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3718700.510.810.852268.188.63
Hex25127033515516449
Octal452270631211252610411
Binary100101100101110110011101000110101011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251207; }

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

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

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

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

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

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

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

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