Html Css Color HEX #251812 Wood Bark

📋 copy color: '#251812'

red 37 ◦ green 24 ◦ blue 18

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

Shades of Wood Bark #251812

Tints of Wood Bark #251812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 46.84%
G = 30.38%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#251812 (or 0x251812) is known color: Wood Bark. HEX triplet: 25, 18 and 12. RGB value is (37,24,18). Sum of RGB (Red+Green+Blue) = 37+24+18=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251812 is #DAE7ED. Grayscale: #1B1B1B. Windows color (decimal): -14346222 or 1185829. OLE color: 1185829.

HSL color Cylindrical-coordinate representation of color #251812: hue angle of 18.95º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251812 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 24 18 -
CMYK 0 0.35 0.51 0.85
HSL 18.95º 0.35% 0.11% -
HSV(B) 18.95º 0.51% 0.15% -
XYZ 1.2 1.09 0.72 -
YUV 27.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 37 24 18 0 0.35 0.51 0.85 18.95 0.35 0.11
Hex 25 18 12 0 23 33 55 13 23 B
Octal 45 30 22 0 43 63 125 23 43 13
Binary 100101 11000 10010 0 100011 110011 1010101 10011 100011 1011

Color Harmonies of #251812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251812

Black with #251812

Text Example


Text Example

White with #251812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251812; }

 p { color: rgb(37,24,18); }

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

background-color css

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

 a { background-color: rgb(37,24,18); }

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

border-color css

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

 span { border-color: rgb(37,24,18); }

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