Html Css Color HEX #271200 Cocoa Brown

📋 copy color: '#271200'

red 39 ◦ green 18 ◦ blue 0

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

Shades of Cocoa Brown #271200

Tints of Cocoa Brown #271200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.42%
G = 31.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271200 (or 0x271200) is known color: Cocoa Brown. HEX triplet: 27, 12 and 00. RGB value is (39,18,0). Sum of RGB (Red+Green+Blue) = 39+18+0=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #271200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271200 is #D8EDFF. Grayscale: #161616. Windows color (decimal): -14216704 or 4647. OLE color: 4647.

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

Color convert

RGB 39 18 0 -
CMYK 0 0.54 1 0.85
HSL 27.69º 1% 0.08% -
HSV(B) 27.69º 1% 0.15% -
XYZ 1.05 0.86 0.11 -
YUV 22.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 39 18 0 0 0.54 1 0.85 27.69 1 0.08
Hex 27 12 0 0 36 64 55 1C 64 8
Octal 47 22 0 0 66 144 125 34 144 10
Binary 100111 10010 0 0 110110 1100100 1010101 11100 1100100 1000

Color Harmonies of #271200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271200

Black with #271200

Text Example


Text Example

White with #271200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271200; }

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

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

background-color css

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

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

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

border-color css

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

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

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