Html Css Color HEX #271201 Cocoa Brown

📋 copy color: '#271201'

red 39 ◦ green 18 ◦ blue 1

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

Shades of Cocoa Brown #271201

Tints of Cocoa Brown #271201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 31.03%

 BLUE value IS 1 (0.78% from 255) = 1.72%

R = 67.24%
G = 31.03%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#271201 (or 0x271201) is known color: Cocoa Brown. HEX triplet: 27, 12 and 01. RGB value is (39,18,1). Sum of RGB (Red+Green+Blue) = 39+18+1=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #271201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271201 is #D8EDFE. Grayscale: #161616. Windows color (decimal): -14216703 or 70183. OLE color: 70183.

HSL color Cylindrical-coordinate representation of color #271201: hue angle of 26.84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271201 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 18 1 -
CMYK 0 0.54 0.97 0.85
HSL 26.84º 0.95% 0.08% -
HSV(B) 26.84º 0.97% 0.15% -
XYZ 1.06 0.87 0.14 -
YUV 22.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 39 18 1 0 0.54 0.97 0.85 26.84 0.95 0.08
Hex 27 12 1 0 36 61 55 1B 5F 8
Octal 47 22 1 0 66 141 125 33 137 10
Binary 100111 10010 1 0 110110 1100001 1010101 11011 1011111 1000

Color Harmonies of #271201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271201

Black with #271201

Text Example


Text Example

White with #271201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271201; }

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

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

background-color css

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

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

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

border-color css

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

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

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