Html Css Color HEX #271509 Wood Bark

📋 copy color: '#271509'

red 39 ◦ green 21 ◦ blue 9

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

Shades of Wood Bark #271509

Tints of Wood Bark #271509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.43%

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

R = 56.52%
G = 30.43%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#271509 (or 0x271509) is known color: Wood Bark. HEX triplet: 27, 15 and 09. RGB value is (39,21,9). Sum of RGB (Red+Green+Blue) = 39+21+9=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #271509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271509 is #D8EAF6. Grayscale: #191919. Windows color (decimal): -14215927 or 595239. OLE color: 595239.

HSL color Cylindrical-coordinate representation of color #271509: hue angle of 24º 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 #271509 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 9 -
CMYK 0 0.46 0.77 0.85
HSL 24º 0.63% 0.09% -
HSV(B) 24º 0.77% 0.15% -
XYZ 1.15 0.99 0.39 -
YUV 25.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 39 21 9 0 0.46 0.77 0.85 24 0.63 0.09
Hex 27 15 9 0 2E 4D 55 18 3E 9
Octal 47 25 11 0 56 115 125 30 76 11
Binary 100111 10101 1001 0 101110 1001101 1010101 11000 111110 1001

Color Harmonies of #271509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271509

Black with #271509

Text Example


Text Example

White with #271509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271509; }

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

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

background-color css

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

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

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

border-color css

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

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

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