Html Css Color HEX #271309 Wood Bark

📋 copy color: '#271309'

red 39 ◦ green 19 ◦ blue 9

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

Shades of Wood Bark #271309

Tints of Wood Bark #271309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.43%

R = 58.21%
G = 28.36%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#271309 (or 0x271309) is known color: Wood Bark. HEX triplet: 27, 13 and 09. RGB value is (39,19,9). Sum of RGB (Red+Green+Blue) = 39+19+9=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271309 is #D8ECF6. Grayscale: #171717. Windows color (decimal): -14216439 or 594727. OLE color: 594727.

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

Color convert

RGB 39 19 9 -
CMYK 0 0.51 0.77 0.85
HSL 20º 0.63% 0.09% -
HSV(B) 20º 0.77% 0.15% -
XYZ 1.12 0.92 0.38 -
YUV 23.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 39 19 9 0 0.51 0.77 0.85 20 0.63 0.09
Hex 27 13 9 0 33 4D 55 14 3E 9
Octal 47 23 11 0 63 115 125 24 76 11
Binary 100111 10011 1001 0 110011 1001101 1010101 10100 111110 1001

Color Harmonies of #271309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271309

Black with #271309

Text Example


Text Example

White with #271309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271309; }

 p { color: rgb(39,19,9); }

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

background-color css

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

 a { background-color: rgb(39,19,9); }

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

border-color css

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

 span { border-color: rgb(39,19,9); }

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