Html Css Color HEX #271914 Wood Bark

📋 copy color: '#271914'

red 39 ◦ green 25 ◦ blue 20

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

Shades of Wood Bark #271914

Tints of Wood Bark #271914

RGB

 RED value IS 39 (15.63% from 255) = 46.43%

 GREEN value IS 25 (10.16% from 255) = 29.76%

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 46.43%
G = 29.76%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271914 (or 0x271914) is known color: Wood Bark. HEX triplet: 27, 19 and 14. RGB value is (39,25,20). Sum of RGB (Red+Green+Blue) = 39+25+20=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #271914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271914 is #D8E6EB. Grayscale: #1C1C1C. Windows color (decimal): -14214892 or 1317159. OLE color: 1317159.

HSL color Cylindrical-coordinate representation of color #271914: hue angle of 15.79º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #271914 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 25 20 -
CMYK 0 0.36 0.49 0.85
HSL 15.79º 0.32% 0.12% -
HSV(B) 15.79º 0.49% 0.15% -
XYZ 1.31 1.18 0.82 -
YUV 28.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 39 25 20 0 0.36 0.49 0.85 15.79 0.32 0.12
Hex 27 19 14 0 24 31 55 10 20 C
Octal 47 31 24 0 44 61 125 20 40 14
Binary 100111 11001 10100 0 100100 110001 1010101 10000 100000 1100

Color Harmonies of #271914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271914

Black with #271914

Text Example


Text Example

White with #271914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271914; }

 p { color: rgb(39,25,20); }

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

background-color css

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

 a { background-color: rgb(39,25,20); }

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

border-color css

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

 span { border-color: rgb(39,25,20); }

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