Html Css Color HEX #25140B Wood Bark

📋 copy color: '#25140B'

red 37 ◦ green 20 ◦ blue 11

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

Shades of Wood Bark #25140B

Tints of Wood Bark #25140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 16.18%

R = 54.41%
G = 29.41%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25140B (or 0x25140B) is known color: Wood Bark. HEX triplet: 25, 14 and 0B. RGB value is (37,20,11). Sum of RGB (Red+Green+Blue) = 37+20+11=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25140B is #DAEBF4. Grayscale: #181818. Windows color (decimal): -14347253 or 726053. OLE color: 726053.

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

Color convert

RGB 37 20 11 -
CMYK 0 0.46 0.70 0.85
HSL 20.77º 0.54% 0.09% -
HSV(B) 20.77º 0.7% 0.15% -
XYZ 1.07 0.92 0.44 -
YUV 24.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 37 20 11 0 0.46 0.70 0.85 20.77 0.54 0.09
Hex 25 14 B 0 2E 46 55 15 36 9
Octal 45 24 13 0 56 106 125 25 66 11
Binary 100101 10100 1011 0 101110 1000110 1010101 10101 110110 1001

Color Harmonies of #25140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25140B

Black with #25140B

Text Example


Text Example

White with #25140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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