Html Css Color HEX #271C0C Cocoa Brown

📋 copy color: '#271C0C'

red 39 ◦ green 28 ◦ blue 12

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

Shades of Cocoa Brown #271C0C

Tints of Cocoa Brown #271C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 12 (5.08% from 255) = 15.19%

R = 49.37%
G = 35.44%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#271C0C (or 0x271C0C) is known color: Cocoa Brown. HEX triplet: 27, 1C and 0C. RGB value is (39,28,12). Sum of RGB (Red+Green+Blue) = 39+28+12=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C0C is #D8E3F3. Grayscale: #1D1D1D. Windows color (decimal): -14214132 or 793639. OLE color: 793639.

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

Color convert

RGB 39 28 12 -
CMYK 0 0.28 0.69 0.85
HSL 35.56º 0.53% 0.1% -
HSV(B) 35.56º 0.69% 0.15% -
XYZ 1.32 1.29 0.53 -
YUV 29.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 39 28 12 0 0.28 0.69 0.85 35.56 0.53 0.1
Hex 27 1C C 0 1C 45 55 24 35 A
Octal 47 34 14 0 34 105 125 44 65 12
Binary 100111 11100 1100 0 11100 1000101 1010101 100100 110101 1010

Color Harmonies of #271C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C0C

Black with #271C0C

Text Example


Text Example

White with #271C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,12); }

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

background-color css

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

 a { background-color: rgb(39,28,12); }

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

border-color css

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

 span { border-color: rgb(39,28,12); }

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