Html Css Color HEX #271504 Cocoa Brown

📋 copy color: '#271504'

red 39 ◦ green 21 ◦ blue 4

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

Shades of Cocoa Brown #271504

Tints of Cocoa Brown #271504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.81%

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

R = 60.94%
G = 32.81%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.85

RGB Variations

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

Color information

#271504 (or 0x271504) is known color: Cocoa Brown. HEX triplet: 27, 15 and 04. RGB value is (39,21,4). Sum of RGB (Red+Green+Blue) = 39+21+4=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271504 is #D8EAFB. Grayscale: #181818. Windows color (decimal): -14215932 or 267559. OLE color: 267559.

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

Color convert

RGB 39 21 4 -
CMYK 0 0.46 0.90 0.85
HSL 29.14º 0.81% 0.08% -
HSV(B) 29.14º 0.9% 0.15% -
XYZ 1.13 0.98 0.24 -
YUV 24.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 39 21 4 0 0.46 0.90 0.85 29.14 0.81 0.08
Hex 27 15 4 0 2E 5A 55 1D 51 8
Octal 47 25 4 0 56 132 125 35 121 10
Binary 100111 10101 100 0 101110 1011010 1010101 11101 1010001 1000

Color Harmonies of #271504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271504

Black with #271504

Text Example


Text Example

White with #271504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271504; }

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

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

background-color css

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

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

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

border-color css

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

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

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