Html Css Color HEX #25160B Wood Bark

📋 copy color: '#25160B'

red 37 ◦ green 22 ◦ blue 11

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

Shades of Wood Bark #25160B

Tints of Wood Bark #25160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 31.43%

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

R = 52.86%
G = 31.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25160B (or 0x25160B) is known color: Wood Bark. HEX triplet: 25, 16 and 0B. RGB value is (37,22,11). Sum of RGB (Red+Green+Blue) = 37+22+11=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25160B is #DAE9F4. Grayscale: #191919. Windows color (decimal): -14346741 or 726565. OLE color: 726565.

HSL color Cylindrical-coordinate representation of color #25160B: hue angle of 25.38º 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 #25160B is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 22 11 -
CMYK 0 0.41 0.70 0.85
HSL 25.38º 0.54% 0.09% -
HSV(B) 25.38º 0.7% 0.15% -
XYZ 1.11 0.99 0.45 -
YUV 25.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 37 22 11 0 0.41 0.70 0.85 25.38 0.54 0.09
Hex 25 16 B 0 29 46 55 19 36 9
Octal 45 26 13 0 51 106 125 31 66 11
Binary 100101 10110 1011 0 101001 1000110 1010101 11001 110110 1001

Color Harmonies of #25160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25160B

Black with #25160B

Text Example


Text Example

White with #25160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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