Html Css Color HEX #271901 Cocoa Brown

📋 copy color: '#271901'

red 39 ◦ green 25 ◦ blue 1

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

Shades of Cocoa Brown #271901

Tints of Cocoa Brown #271901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 38.46%

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

R = 60%
G = 38.46%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#271901 (or 0x271901) is known color: Cocoa Brown. HEX triplet: 27, 19 and 01. RGB value is (39,25,1). Sum of RGB (Red+Green+Blue) = 39+25+1=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #271901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271901 is #D8E6FE. Grayscale: #1A1A1A. Windows color (decimal): -14214911 or 71975. OLE color: 71975.

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

Color convert

RGB 39 25 1 -
CMYK 0 0.36 0.97 0.85
HSL 37.89º 0.95% 0.08% -
HSV(B) 37.89º 0.97% 0.15% -
XYZ 1.19 1.13 0.18 -
YUV 26.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 39 25 1 0 0.36 0.97 0.85 37.89 0.95 0.08
Hex 27 19 1 0 24 61 55 26 5F 8
Octal 47 31 1 0 44 141 125 46 137 10
Binary 100111 11001 1 0 100100 1100001 1010101 100110 1011111 1000

Color Harmonies of #271901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271901

Black with #271901

Text Example


Text Example

White with #271901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271901; }

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

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

background-color css

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

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

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

border-color css

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

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

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