Html Css Color HEX #25150C Wood Bark

📋 copy color: '#25150C'

red 37 ◦ green 21 ◦ blue 12

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

Shades of Wood Bark #25150C

Tints of Wood Bark #25150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30%

 BLUE value IS 12 (5.08% from 255) = 17.14%

R = 52.86%
G = 30%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25150C (or 0x25150C) is known color: Wood Bark. HEX triplet: 25, 15 and 0C. RGB value is (37,21,12). Sum of RGB (Red+Green+Blue) = 37+21+12=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25150C is #DAEAF3. Grayscale: #181818. Windows color (decimal): -14346996 or 791845. OLE color: 791845.

HSL color Cylindrical-coordinate representation of color #25150C: hue angle of 21.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25150C is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 21 12 -
CMYK 0 0.43 0.68 0.85
HSL 21.6º 0.51% 0.1% -
HSV(B) 21.6º 0.68% 0.15% -
XYZ 1.1 0.96 0.47 -
YUV 24.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 37 21 12 0 0.43 0.68 0.85 21.6 0.51 0.1
Hex 25 15 C 0 2B 44 55 16 33 A
Octal 45 25 14 0 53 104 125 26 63 12
Binary 100101 10101 1100 0 101011 1000100 1010101 10110 110011 1010

Color Harmonies of #25150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25150C

Black with #25150C

Text Example


Text Example

White with #25150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25150C; }

 p { color: rgb(37,21,12); }

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

background-color css

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

 a { background-color: rgb(37,21,12); }

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

border-color css

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

 span { border-color: rgb(37,21,12); }

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