Html Css Color HEX #27180A Cocoa Brown

📋 copy color: '#27180A'

red 39 ◦ green 24 ◦ blue 10

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

Shades of Cocoa Brown #27180A

Tints of Cocoa Brown #27180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32.88%

 BLUE value IS 10 (4.3% from 255) = 13.7%

R = 53.42%
G = 32.88%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#27180A (or 0x27180A) is known color: Cocoa Brown. HEX triplet: 27, 18 and 0A. RGB value is (39,24,10). Sum of RGB (Red+Green+Blue) = 39+24+10=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27180A is #D8E7F5. Grayscale: #1A1A1A. Windows color (decimal): -14215158 or 661543. OLE color: 661543.

HSL color Cylindrical-coordinate representation of color #27180A: hue angle of 28.97º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27180A is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 24 10 -
CMYK 0 0.38 0.74 0.85
HSL 28.97º 0.59% 0.1% -
HSV(B) 28.97º 0.74% 0.15% -
XYZ 1.22 1.11 0.44 -
YUV 26.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 39 24 10 0 0.38 0.74 0.85 28.97 0.59 0.1
Hex 27 18 A 0 26 4A 55 1D 3B A
Octal 47 30 12 0 46 112 125 35 73 12
Binary 100111 11000 1010 0 100110 1001010 1010101 11101 111011 1010

Color Harmonies of #27180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27180A

Black with #27180A

Text Example


Text Example

White with #27180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27180A; }

 p { color: rgb(39,24,10); }

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

background-color css

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

 a { background-color: rgb(39,24,10); }

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

border-color css

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

 span { border-color: rgb(39,24,10); }

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