Html Css Color HEX #271400 Cocoa Brown

📋 copy color: '#271400'

red 39 ◦ green 20 ◦ blue 0

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

Shades of Cocoa Brown #271400

Tints of Cocoa Brown #271400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.9%

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

R = 66.1%
G = 33.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271400 (or 0x271400) is known color: Cocoa Brown. HEX triplet: 27, 14 and 00. RGB value is (39,20,0). Sum of RGB (Red+Green+Blue) = 39+20+0=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #271400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271400 is #D8EBFF. Grayscale: #171717. Windows color (decimal): -14216192 or 5159. OLE color: 5159.

HSL color Cylindrical-coordinate representation of color #271400: hue angle of 30.77º 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 #271400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 20 0 -
CMYK 0 0.49 1 0.85
HSL 30.77º 1% 0.08% -
HSV(B) 30.77º 1% 0.15% -
XYZ 1.09 0.93 0.12 -
YUV 23.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 39 20 0 0 0.49 1 0.85 30.77 1 0.08
Hex 27 14 0 0 31 64 55 1F 64 8
Octal 47 24 0 0 61 144 125 37 144 10
Binary 100111 10100 0 0 110001 1100100 1010101 11111 1100100 1000

Color Harmonies of #271400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271400

Black with #271400

Text Example


Text Example

White with #271400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271400; }

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

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

background-color css

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

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

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

border-color css

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

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

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