Html Css Color HEX #271D14 Cocoa Brown

📋 copy color: '#271D14'

red 39 ◦ green 29 ◦ blue 20

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

Shades of Cocoa Brown #271D14

Tints of Cocoa Brown #271D14

RGB

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

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

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

R = 44.32%
G = 32.95%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271D14 (or 0x271D14) is known color: Cocoa Brown. HEX triplet: 27, 1D and 14. RGB value is (39,29,20). Sum of RGB (Red+Green+Blue) = 39+29+20=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #271D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D14 is #D8E2EB. Grayscale: #1F1F1F. Windows color (decimal): -14213868 or 1318183. OLE color: 1318183.

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

Color convert

RGB 39 29 20 -
CMYK 0 0.26 0.49 0.85
HSL 28.42º 0.32% 0.12% -
HSV(B) 28.42º 0.49% 0.15% -
XYZ 1.4 1.36 0.85 -
YUV 30.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 39 29 20 0 0.26 0.49 0.85 28.42 0.32 0.12
Hex 27 1D 14 0 1A 31 55 1C 20 C
Octal 47 35 24 0 32 61 125 34 40 14
Binary 100111 11101 10100 0 11010 110001 1010101 11100 100000 1100

Color Harmonies of #271D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D14

Black with #271D14

Text Example


Text Example

White with #271D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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