Html Css Color HEX #25170E Wood Bark

📋 copy color: '#25170E'

red 37 ◦ green 23 ◦ blue 14

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

Shades of Wood Bark #25170E

Tints of Wood Bark #25170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

 BLUE value IS 14 (5.86% from 255) = 18.92%

R = 50%
G = 31.08%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25170E (or 0x25170E) is known color: Wood Bark. HEX triplet: 25, 17 and 0E. RGB value is (37,23,14). Sum of RGB (Red+Green+Blue) = 37+23+14=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25170E is #DAE8F1. Grayscale: #1A1A1A. Windows color (decimal): -14346482 or 923429. OLE color: 923429.

HSL color Cylindrical-coordinate representation of color #25170E: hue angle of 23.48º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25170E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 23 14 -
CMYK 0 0.38 0.62 0.85
HSL 23.48º 0.45% 0.1% -
HSV(B) 23.48º 0.62% 0.15% -
XYZ 1.15 1.04 0.56 -
YUV 26.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 37 23 14 0 0.38 0.62 0.85 23.48 0.45 0.1
Hex 25 17 E 0 26 3E 55 17 2D A
Octal 45 27 16 0 46 76 125 27 55 12
Binary 100101 10111 1110 0 100110 111110 1010101 10111 101101 1010

Color Harmonies of #25170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25170E

Black with #25170E

Text Example


Text Example

White with #25170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25170E; }

 p { color: rgb(37,23,14); }

 H1.HeaderClassName
 {
   color: #25170E;
 }
 .AnyTagClassName
 {
   color: #25170E;
 }
</style>

background-color css

<style>
 a { background-color: #25170E; }

 a { background-color: rgb(37,23,14); }

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

border-color css

<style>
 span { border-color: #25170E; }

 span { border-color: rgb(37,23,14); }

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