Html Css Color HEX #271808 Cocoa Brown

📋 copy color: '#271808'

red 39 ◦ green 24 ◦ blue 8

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

Shades of Cocoa Brown #271808

Tints of Cocoa Brown #271808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 54.93%
G = 33.8%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.85

RGB Variations

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

Color information

#271808 (or 0x271808) is known color: Cocoa Brown. HEX triplet: 27, 18 and 08. RGB value is (39,24,8). Sum of RGB (Red+Green+Blue) = 39+24+8=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #271808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271808 is #D8E7F7. Grayscale: #1A1A1A. Windows color (decimal): -14215160 or 530471. OLE color: 530471.

HSL color Cylindrical-coordinate representation of color #271808: hue angle of 30.97º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271808 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 24 8 -
CMYK 0 0.38 0.79 0.85
HSL 30.97º 0.66% 0.09% -
HSV(B) 30.97º 0.79% 0.15% -
XYZ 1.21 1.1 0.38 -
YUV 26.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 39 24 8 0 0.38 0.79 0.85 30.97 0.66 0.09
Hex 27 18 8 0 26 4F 55 1F 42 9
Octal 47 30 10 0 46 117 125 37 102 11
Binary 100111 11000 1000 0 100110 1001111 1010101 11111 1000010 1001

Color Harmonies of #271808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271808

Black with #271808

Text Example


Text Example

White with #271808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271808; }

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

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

background-color css

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

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

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

border-color css

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

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

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