Html Css Color HEX #271900 Cocoa Brown

📋 copy color: '#271900'

red 39 ◦ green 25 ◦ blue 0

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

Shades of Cocoa Brown #271900

Tints of Cocoa Brown #271900

RGB

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

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

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

R = 60.94%
G = 39.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271900 (or 0x271900) is known color: Cocoa Brown. HEX triplet: 27, 19 and 00. RGB value is (39,25,0). Sum of RGB (Red+Green+Blue) = 39+25+0=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271900 is #D8E6FF. Grayscale: #1A1A1A. Windows color (decimal): -14214912 or 6439. OLE color: 6439.

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

Color convert

RGB 39 25 0 -
CMYK 0 0.36 1 0.85
HSL 38.46º 1% 0.08% -
HSV(B) 38.46º 1% 0.15% -
XYZ 1.18 1.13 0.16 -
YUV 26.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 39 25 0 0 0.36 1 0.85 38.46 1 0.08
Hex 27 19 0 0 24 64 55 26 64 8
Octal 47 31 0 0 44 144 125 46 144 10
Binary 100111 11001 0 0 100100 1100100 1010101 100110 1100100 1000

Color Harmonies of #271900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271900

Black with #271900

Text Example


Text Example

White with #271900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271900; }

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

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

background-color css

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

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

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

border-color css

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

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

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