Html Css Color HEX #271D12 Cocoa Brown

📋 copy color: '#271D12'

red 39 ◦ green 29 ◦ blue 18

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

Shades of Cocoa Brown #271D12

Tints of Cocoa Brown #271D12

RGB

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

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

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

R = 45.35%
G = 33.72%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#271D12 (or 0x271D12) is known color: Cocoa Brown. HEX triplet: 27, 1D and 12. RGB value is (39,29,18). Sum of RGB (Red+Green+Blue) = 39+29+18=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D12 is #D8E2ED. Grayscale: #1E1E1E. Windows color (decimal): -14213870 or 1187111. OLE color: 1187111.

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

Color convert

RGB 39 29 18 -
CMYK 0 0.26 0.54 0.85
HSL 31.43º 0.37% 0.11% -
HSV(B) 31.43º 0.54% 0.15% -
XYZ 1.39 1.35 0.76 -
YUV 30.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 39 29 18 0 0.26 0.54 0.85 31.43 0.37 0.11
Hex 27 1D 12 0 1A 36 55 1F 25 B
Octal 47 35 22 0 32 66 125 37 45 13
Binary 100111 11101 10010 0 11010 110110 1010101 11111 100101 1011

Color Harmonies of #271D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D12

Black with #271D12

Text Example


Text Example

White with #271D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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