Html Css Color HEX #271600 Cocoa Brown

📋 copy color: '#271600'

red 39 ◦ green 22 ◦ blue 0

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

Shades of Cocoa Brown #271600

Tints of Cocoa Brown #271600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 36.07%

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

R = 63.93%
G = 36.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271600 (or 0x271600) is known color: Cocoa Brown. HEX triplet: 27, 16 and 00. RGB value is (39,22,0). Sum of RGB (Red+Green+Blue) = 39+22+0=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #271600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271600 is #D8E9FF. Grayscale: #181818. Windows color (decimal): -14215680 or 5671. OLE color: 5671.

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

Color convert

RGB 39 22 0 -
CMYK 0 0.44 1 0.85
HSL 33.85º 1% 0.08% -
HSV(B) 33.85º 1% 0.15% -
XYZ 1.12 1.01 0.13 -
YUV 24.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 39 22 0 0 0.44 1 0.85 33.85 1 0.08
Hex 27 16 0 0 2C 64 55 22 64 8
Octal 47 26 0 0 54 144 125 42 144 10
Binary 100111 10110 0 0 101100 1100100 1010101 100010 1100100 1000

Color Harmonies of #271600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271600

Black with #271600

Text Example


Text Example

White with #271600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271600; }

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

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

background-color css

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

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

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

border-color css

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

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

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