Html Css Color HEX #3C2510 Cocoa Brown

📋 copy color: '#3C2510'

red 60 ◦ green 37 ◦ blue 16

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

Shades of Cocoa Brown #3C2510

Tints of Cocoa Brown #3C2510

RGB

 RED value IS 60 (23.83% from 255) = 53.1%

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 53.1%
G = 32.74%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3C2510 (or 0x3C2510) is known color: Cocoa Brown. HEX triplet: 3C, 25 and 10. RGB value is (60,37,16). Sum of RGB (Red+Green+Blue) = 60+37+16=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2510 is #C3DAEF. Grayscale: #292929. Windows color (decimal): -12835568 or 1058108. OLE color: 1058108.

HSL color Cylindrical-coordinate representation of color #3C2510: hue angle of 28.64º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2510 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 37 16 -
CMYK 0 0.38 0.73 0.76
HSL 28.64º 0.58% 0.15% -
HSV(B) 28.64º 0.73% 0.24% -
XYZ 2.62 2.32 0.8 -
YUV 41.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 60 37 16 0 0.38 0.73 0.76 28.64 0.58 0.15
Hex 3C 25 10 0 26 49 4C 1D 3A F
Octal 74 45 20 0 46 111 114 35 72 17
Binary 111100 100101 10000 0 100110 1001001 1001100 11101 111010 1111

Color Harmonies of #3C2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2510

Black with #3C2510

Text Example


Text Example

White with #3C2510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2510; }

 p { color: rgb(60,37,16); }

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

background-color css

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

 a { background-color: rgb(60,37,16); }

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

border-color css

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

 span { border-color: rgb(60,37,16); }

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