Html Css Color HEX #271500 Cocoa Brown

📋 copy color: '#271500'

red 39 ◦ green 21 ◦ blue 0

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

Shades of Cocoa Brown #271500

Tints of Cocoa Brown #271500

RGB

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

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

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

R = 65%
G = 35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271500 (or 0x271500) is known color: Cocoa Brown. HEX triplet: 27, 15 and 00. RGB value is (39,21,0). Sum of RGB (Red+Green+Blue) = 39+21+0=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #271500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271500 is #D8EAFF. Grayscale: #181818. Windows color (decimal): -14215936 or 5415. OLE color: 5415.

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

Color convert

RGB 39 21 0 -
CMYK 0 0.46 1 0.85
HSL 32.31º 1% 0.08% -
HSV(B) 32.31º 1% 0.15% -
XYZ 1.1 0.97 0.13 -
YUV 23.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 39 21 0 0 0.46 1 0.85 32.31 1 0.08
Hex 27 15 0 0 2E 64 55 20 64 8
Octal 47 25 0 0 56 144 125 40 144 10
Binary 100111 10101 0 0 101110 1100100 1010101 100000 1100100 1000

Color Harmonies of #271500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271500

Black with #271500

Text Example


Text Example

White with #271500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271500; }

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

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

background-color css

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

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

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

border-color css

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

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

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