Html Css Color HEX #36291F Cocoa Brown

📋 copy color: '#36291F'

red 54 ◦ green 41 ◦ blue 31

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

Shades of Cocoa Brown #36291F

Tints of Cocoa Brown #36291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.54%

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 42.86%
G = 32.54%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#36291F (or 0x36291F) is known color: Cocoa Brown. HEX triplet: 36, 29 and 1F. RGB value is (54,41,31). Sum of RGB (Red+Green+Blue) = 54+41+31=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #36291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36291F is #C9D6E0. Grayscale: #2B2B2B. Windows color (decimal): -13227745 or 2042166. OLE color: 2042166.

HSL color Cylindrical-coordinate representation of color #36291F: hue angle of 26.09º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36291F is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 41 31 -
CMYK 0 0.24 0.43 0.79
HSL 26.09º 0.27% 0.17% -
HSV(B) 26.09º 0.43% 0.21% -
XYZ 2.56 2.47 1.64 -
YUV 43.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 54 41 31 0 0.24 0.43 0.79 26.09 0.27 0.17
Hex 36 29 1F 0 18 2B 4F 1A 1B 11
Octal 66 51 37 0 30 53 117 32 33 21
Binary 110110 101001 11111 0 11000 101011 1001111 11010 11011 10001

Color Harmonies of #36291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36291F

Black with #36291F

Text Example


Text Example

White with #36291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36291F; }

 p { color: rgb(54,41,31); }

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

background-color css

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

 a { background-color: rgb(54,41,31); }

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

border-color css

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

 span { border-color: rgb(54,41,31); }

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