Html Css Color HEX #271F16 Cocoa Brown

📋 copy color: '#271F16'

red 39 ◦ green 31 ◦ blue 22

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

Shades of Cocoa Brown #271F16

Tints of Cocoa Brown #271F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 33.7%

 BLUE value IS 22 (8.98% from 255) = 23.91%

R = 42.39%
G = 33.7%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#271F16 (or 0x271F16) is known color: Cocoa Brown. HEX triplet: 27, 1F and 16. RGB value is (39,31,22). Sum of RGB (Red+Green+Blue) = 39+31+22=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F16 is #D8E0E9. Grayscale: #202020. Windows color (decimal): -14213354 or 1449767. OLE color: 1449767.

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

Color convert

RGB 39 31 22 -
CMYK 0 0.21 0.44 0.85
HSL 31.76º 0.28% 0.12% -
HSV(B) 31.76º 0.44% 0.15% -
XYZ 1.47 1.47 0.97 -
YUV 32.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 39 31 22 0 0.21 0.44 0.85 31.76 0.28 0.12
Hex 27 1F 16 0 15 2C 55 20 1C C
Octal 47 37 26 0 25 54 125 40 34 14
Binary 100111 11111 10110 0 10101 101100 1010101 100000 11100 1100

Color Harmonies of #271F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F16

Black with #271F16

Text Example


Text Example

White with #271F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,31,22); }

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

background-color css

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

 a { background-color: rgb(39,31,22); }

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

border-color css

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

 span { border-color: rgb(39,31,22); }

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