Html Css Color HEX #36271B Cocoa Brown

📋 copy color: '#36271B'

red 54 ◦ green 39 ◦ blue 27

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

Shades of Cocoa Brown #36271B

Tints of Cocoa Brown #36271B

RGB

 RED value IS 54 (21.48% from 255) = 45%

 GREEN value IS 39 (15.63% from 255) = 32.5%

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 45%
G = 32.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36271B (or 0x36271B) is known color: Cocoa Brown. HEX triplet: 36, 27 and 1B. RGB value is (54,39,27). Sum of RGB (Red+Green+Blue) = 54+39+27=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36271B is #C9D8E4. Grayscale: #2A2A2A. Windows color (decimal): -13228261 or 1779510. OLE color: 1779510.

HSL color Cylindrical-coordinate representation of color #36271B: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36271B is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 39 27 -
CMYK 0 0.28 0.5 0.79
HSL 26.67º 0.33% 0.16% -
HSV(B) 26.67º 0.5% 0.21% -
XYZ 2.44 2.31 1.35 -
YUV 42.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 54 39 27 0 0.28 0.5 0.79 26.67 0.33 0.16
Hex 36 27 1B 0 1C 32 4F 1B 21 10
Octal 66 47 33 0 34 62 117 33 41 20
Binary 110110 100111 11011 0 11100 110010 1001111 11011 100001 10000

Color Harmonies of #36271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36271B

Black with #36271B

Text Example


Text Example

White with #36271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36271B; }

 p { color: rgb(54,39,27); }

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

background-color css

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

 a { background-color: rgb(54,39,27); }

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

border-color css

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

 span { border-color: rgb(54,39,27); }

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