Html Css Color HEX #271D0E Cocoa Brown

📋 copy color: '#271D0E'

red 39 ◦ green 29 ◦ blue 14

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

Shades of Cocoa Brown #271D0E

Tints of Cocoa Brown #271D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.07%

R = 47.56%
G = 35.37%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#271D0E (or 0x271D0E) is known color: Cocoa Brown. HEX triplet: 27, 1D and 0E. RGB value is (39,29,14). Sum of RGB (Red+Green+Blue) = 39+29+14=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D0E is #D8E2F1. Grayscale: #1E1E1E. Windows color (decimal): -14213874 or 924967. OLE color: 924967.

HSL color Cylindrical-coordinate representation of color #271D0E: hue angle of 36º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #271D0E is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 29 14 -
CMYK 0 0.26 0.64 0.85
HSL 36º 0.47% 0.1% -
HSV(B) 36º 0.64% 0.15% -
XYZ 1.36 1.34 0.6 -
YUV 30.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 39 29 14 0 0.26 0.64 0.85 36 0.47 0.1
Hex 27 1D E 0 1A 40 55 24 2F A
Octal 47 35 16 0 32 100 125 44 57 12
Binary 100111 11101 1110 0 11010 1000000 1010101 100100 101111 1010

Color Harmonies of #271D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D0E

Black with #271D0E

Text Example


Text Example

White with #271D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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