Html Css Color HEX #271D10 Cocoa Brown

📋 copy color: '#271D10'

red 39 ◦ green 29 ◦ blue 16

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

Shades of Cocoa Brown #271D10

Tints of Cocoa Brown #271D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.05%

R = 46.43%
G = 34.52%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#271D10 (or 0x271D10) is known color: Cocoa Brown. HEX triplet: 27, 1D and 10. RGB value is (39,29,16). Sum of RGB (Red+Green+Blue) = 39+29+16=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #271D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D10 is #D8E2EF. Grayscale: #1E1E1E. Windows color (decimal): -14213872 or 1056039. OLE color: 1056039.

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

Color convert

RGB 39 29 16 -
CMYK 0 0.26 0.59 0.85
HSL 33.91º 0.42% 0.11% -
HSV(B) 33.91º 0.59% 0.15% -
XYZ 1.37 1.35 0.68 -
YUV 30.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 39 29 16 0 0.26 0.59 0.85 33.91 0.42 0.11
Hex 27 1D 10 0 1A 3B 55 22 2A B
Octal 47 35 20 0 32 73 125 42 52 13
Binary 100111 11101 10000 0 11010 111011 1010101 100010 101010 1011

Color Harmonies of #271D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D10

Black with #271D10

Text Example


Text Example

White with #271D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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