Html Css Color HEX #25150D Wood Bark

📋 copy color: '#25150D'

red 37 ◦ green 21 ◦ blue 13

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

Shades of Wood Bark #25150D

Tints of Wood Bark #25150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 52.11%
G = 29.58%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25150D (or 0x25150D) is known color: Wood Bark. HEX triplet: 25, 15 and 0D. RGB value is (37,21,13). Sum of RGB (Red+Green+Blue) = 37+21+13=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #25150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25150D is #DAEAF2. Grayscale: #181818. Windows color (decimal): -14346995 or 857381. OLE color: 857381.

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

Color convert

RGB 37 21 13 -
CMYK 0 0.43 0.65 0.85
HSL 20º 0.48% 0.1% -
HSV(B) 20º 0.65% 0.15% -
XYZ 1.1 0.96 0.51 -
YUV 24.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 37 21 13 0 0.43 0.65 0.85 20 0.48 0.1
Hex 25 15 D 0 2B 41 55 14 30 A
Octal 45 25 15 0 53 101 125 24 60 12
Binary 100101 10101 1101 0 101011 1000001 1010101 10100 110000 1010

Color Harmonies of #25150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25150D

Black with #25150D

Text Example


Text Example

White with #25150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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