Html Css Color HEX #271304 Cocoa Brown

📋 copy color: '#271304'

red 39 ◦ green 19 ◦ blue 4

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

Shades of Cocoa Brown #271304

Tints of Cocoa Brown #271304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 4 (1.95% from 255) = 6.45%

R = 62.9%
G = 30.65%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.85

RGB Variations

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

Color information

#271304 (or 0x271304) is known color: Cocoa Brown. HEX triplet: 27, 13 and 04. RGB value is (39,19,4). Sum of RGB (Red+Green+Blue) = 39+19+4=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #271304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271304 is #D8ECFB. Grayscale: #171717. Windows color (decimal): -14216444 or 267047. OLE color: 267047.

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

Color convert

RGB 39 19 4 -
CMYK 0 0.51 0.90 0.85
HSL 25.71º 0.81% 0.08% -
HSV(B) 25.71º 0.9% 0.15% -
XYZ 1.09 0.91 0.23 -
YUV 23.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 39 19 4 0 0.51 0.90 0.85 25.71 0.81 0.08
Hex 27 13 4 0 33 5A 55 1A 51 8
Octal 47 23 4 0 63 132 125 32 121 10
Binary 100111 10011 100 0 110011 1011010 1010101 11010 1010001 1000

Color Harmonies of #271304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271304

Black with #271304

Text Example


Text Example

White with #271304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271304; }

 p { color: rgb(39,19,4); }

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

background-color css

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

 a { background-color: rgb(39,19,4); }

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

border-color css

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

 span { border-color: rgb(39,19,4); }

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