Html Css Color HEX #271501 Cocoa Brown

📋 copy color: '#271501'

red 39 ◦ green 21 ◦ blue 1

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

Shades of Cocoa Brown #271501

Tints of Cocoa Brown #271501

RGB

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

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

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

R = 63.93%
G = 34.43%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#271501 (or 0x271501) is known color: Cocoa Brown. HEX triplet: 27, 15 and 01. RGB value is (39,21,1). Sum of RGB (Red+Green+Blue) = 39+21+1=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #271501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271501 is #D8EAFE. Grayscale: #181818. Windows color (decimal): -14215935 or 70951. OLE color: 70951.

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

Color convert

RGB 39 21 1 -
CMYK 0 0.46 0.97 0.85
HSL 31.58º 0.95% 0.08% -
HSV(B) 31.58º 0.97% 0.15% -
XYZ 1.11 0.97 0.16 -
YUV 24.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 39 21 1 0 0.46 0.97 0.85 31.58 0.95 0.08
Hex 27 15 1 0 2E 61 55 20 5F 8
Octal 47 25 1 0 56 141 125 40 137 10
Binary 100111 10101 1 0 101110 1100001 1010101 100000 1011111 1000

Color Harmonies of #271501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271501

Black with #271501

Text Example


Text Example

White with #271501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271501; }

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

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

background-color css

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

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

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

border-color css

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

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

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