Html Css Color HEX #251409 Wood Bark

📋 copy color: '#251409'

red 37 ◦ green 20 ◦ blue 9

#251409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #251409

Tints of Wood Bark #251409

RGB

 RED value IS 37 (14.84% from 255) = 56.06%

 GREEN value IS 20 (8.2% from 255) = 30.3%

 BLUE value IS 9 (3.91% from 255) = 13.64%

R = 56.06%
G = 30.3%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#251409 (or 0x251409) is known color: Wood Bark. HEX triplet: 25, 14 and 09. RGB value is (37,20,9). Sum of RGB (Red+Green+Blue) = 37+20+9=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #251409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251409 is #DAEBF6. Grayscale: #171717. Windows color (decimal): -14347255 or 594981. OLE color: 594981.

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

Color convert

RGB 37 20 9 -
CMYK 0 0.46 0.76 0.85
HSL 23.57º 0.61% 0.09% -
HSV(B) 23.57º 0.76% 0.15% -
XYZ 1.06 0.91 0.38 -
YUV 23.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 37 20 9 0 0.46 0.76 0.85 23.57 0.61 0.09
Hex 25 14 9 0 2E 4C 55 18 3D 9
Octal 45 24 11 0 56 114 125 30 75 11
Binary 100101 10100 1001 0 101110 1001100 1010101 11000 111101 1001

Color Harmonies of #251409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251409

Black with #251409

Text Example


Text Example

White with #251409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251409; }

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

 H1.HeaderClassName
 {
   color: #251409;
 }
 .AnyTagClassName
 {
   color: #251409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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