Html Css Color HEX #25130A Wood Bark

📋 copy color: '#25130A'

red 37 ◦ green 19 ◦ blue 10

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

Shades of Wood Bark #25130A

Tints of Wood Bark #25130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.79%

 BLUE value IS 10 (4.3% from 255) = 15.15%

R = 56.06%
G = 28.79%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#25130A (or 0x25130A) is known color: Wood Bark. HEX triplet: 25, 13 and 0A. RGB value is (37,19,10). Sum of RGB (Red+Green+Blue) = 37+19+10=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25130A is #DAECF5. Grayscale: #171717. Windows color (decimal): -14347510 or 660261. OLE color: 660261.

HSL color Cylindrical-coordinate representation of color #25130A: hue angle of 20º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25130A is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 10 -
CMYK 0 0.49 0.73 0.85
HSL 20º 0.57% 0.09% -
HSV(B) 20º 0.73% 0.15% -
XYZ 1.05 0.88 0.4 -
YUV 23.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 37 19 10 0 0.49 0.73 0.85 20 0.57 0.09
Hex 25 13 A 0 31 49 55 14 39 9
Octal 45 23 12 0 61 111 125 24 71 11
Binary 100101 10011 1010 0 110001 1001001 1010101 10100 111001 1001

Color Harmonies of #25130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25130A

Black with #25130A

Text Example


Text Example

White with #25130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25130A; }

 p { color: rgb(37,19,10); }

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

background-color css

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

 a { background-color: rgb(37,19,10); }

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

border-color css

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

 span { border-color: rgb(37,19,10); }

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