Html Css Color HEX #271C12 Cocoa Brown

📋 copy color: '#271C12'

red 39 ◦ green 28 ◦ blue 18

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

Shades of Cocoa Brown #271C12

Tints of Cocoa Brown #271C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 45.88%
G = 32.94%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#271C12 (or 0x271C12) is known color: Cocoa Brown. HEX triplet: 27, 1C and 12. RGB value is (39,28,18). Sum of RGB (Red+Green+Blue) = 39+28+18=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C12 is #D8E3ED. Grayscale: #1E1E1E. Windows color (decimal): -14214126 or 1186855. OLE color: 1186855.

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

Color convert

RGB 39 28 18 -
CMYK 0 0.28 0.54 0.85
HSL 28.57º 0.37% 0.11% -
HSV(B) 28.57º 0.54% 0.15% -
XYZ 1.36 1.31 0.75 -
YUV 30.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 39 28 18 0 0.28 0.54 0.85 28.57 0.37 0.11
Hex 27 1C 12 0 1C 36 55 1D 25 B
Octal 47 34 22 0 34 66 125 35 45 13
Binary 100111 11100 10010 0 11100 110110 1010101 11101 100101 1011

Color Harmonies of #271C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C12

Black with #271C12

Text Example


Text Example

White with #271C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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