Html Css Color HEX #271E14 Cocoa Brown

📋 copy color: '#271E14'

red 39 ◦ green 30 ◦ blue 20

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

Shades of Cocoa Brown #271E14

Tints of Cocoa Brown #271E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 33.71%

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

R = 43.82%
G = 33.71%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271E14 (or 0x271E14) is known color: Cocoa Brown. HEX triplet: 27, 1E and 14. RGB value is (39,30,20). Sum of RGB (Red+Green+Blue) = 39+30+20=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #271E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E14 is #D8E1EB. Grayscale: #1F1F1F. Windows color (decimal): -14213612 or 1318439. OLE color: 1318439.

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

Color convert

RGB 39 30 20 -
CMYK 0 0.23 0.49 0.85
HSL 31.58º 0.32% 0.12% -
HSV(B) 31.58º 0.49% 0.15% -
XYZ 1.43 1.41 0.86 -
YUV 31.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 39 30 20 0 0.23 0.49 0.85 31.58 0.32 0.12
Hex 27 1E 14 0 17 31 55 20 20 C
Octal 47 36 24 0 27 61 125 40 40 14
Binary 100111 11110 10100 0 10111 110001 1010101 100000 100000 1100

Color Harmonies of #271E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E14

Black with #271E14

Text Example


Text Example

White with #271E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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