Html Css Color HEX #271B11 Cocoa Brown

📋 copy color: '#271B11'

red 39 ◦ green 27 ◦ blue 17

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

Shades of Cocoa Brown #271B11

Tints of Cocoa Brown #271B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 32.53%

 BLUE value IS 17 (7.03% from 255) = 20.48%

R = 46.99%
G = 32.53%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271B11 (or 0x271B11) is known color: Cocoa Brown. HEX triplet: 27, 1B and 11. RGB value is (39,27,17). Sum of RGB (Red+Green+Blue) = 39+27+17=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B11 is #D8E4EE. Grayscale: #1D1D1D. Windows color (decimal): -14214383 or 1121063. OLE color: 1121063.

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

Color convert

RGB 39 27 17 -
CMYK 0 0.31 0.56 0.85
HSL 27.27º 0.39% 0.11% -
HSV(B) 27.27º 0.56% 0.15% -
XYZ 1.33 1.26 0.7 -
YUV 29.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 39 27 17 0 0.31 0.56 0.85 27.27 0.39 0.11
Hex 27 1B 11 0 1F 38 55 1B 27 B
Octal 47 33 21 0 37 70 125 33 47 13
Binary 100111 11011 10001 0 11111 111000 1010101 11011 100111 1011

Color Harmonies of #271B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B11

Black with #271B11

Text Example


Text Example

White with #271B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271B11; }

 p { color: rgb(39,27,17); }

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

background-color css

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

 a { background-color: rgb(39,27,17); }

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

border-color css

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

 span { border-color: rgb(39,27,17); }

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