Html Css Color HEX #271D11 Cocoa Brown

📋 copy color: '#271D11'

red 39 ◦ green 29 ◦ blue 17

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

Shades of Cocoa Brown #271D11

Tints of Cocoa Brown #271D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.12%

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

R = 45.88%
G = 34.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271D11 (or 0x271D11) is known color: Cocoa Brown. HEX triplet: 27, 1D and 11. RGB value is (39,29,17). Sum of RGB (Red+Green+Blue) = 39+29+17=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D11 is #D8E2EE. Grayscale: #1E1E1E. Windows color (decimal): -14213871 or 1121575. OLE color: 1121575.

HSL color Cylindrical-coordinate representation of color #271D11: hue angle of 32.73º 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 #271D11 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 29 17 -
CMYK 0 0.26 0.56 0.85
HSL 32.73º 0.39% 0.11% -
HSV(B) 32.73º 0.56% 0.15% -
XYZ 1.38 1.35 0.72 -
YUV 30.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 39 29 17 0 0.26 0.56 0.85 32.73 0.39 0.11
Hex 27 1D 11 0 1A 38 55 21 27 B
Octal 47 35 21 0 32 70 125 41 47 13
Binary 100111 11101 10001 0 11010 111000 1010101 100001 100111 1011

Color Harmonies of #271D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D11

Black with #271D11

Text Example


Text Example

White with #271D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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