Html Css Color HEX #3C2413 Cocoa Brown

📋 copy color: '#3C2413'

red 60 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #3C2413

Tints of Cocoa Brown #3C2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 52.17%
G = 31.3%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#3C2413 (or 0x3C2413) is known color: Cocoa Brown. HEX triplet: 3C, 24 and 13. RGB value is (60,36,19). Sum of RGB (Red+Green+Blue) = 60+36+19=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2413 is #C3DBEC. Grayscale: #292929. Windows color (decimal): -12835821 or 1254460. OLE color: 1254460.

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

Color convert

RGB 60 36 19 -
CMYK 0 0.40 0.68 0.76
HSL 24.88º 0.52% 0.15% -
HSV(B) 24.88º 0.68% 0.24% -
XYZ 2.61 2.27 0.92 -
YUV 41.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 60 36 19 0 0.40 0.68 0.76 24.88 0.52 0.15
Hex 3C 24 13 0 28 44 4C 19 34 F
Octal 74 44 23 0 50 104 114 31 64 17
Binary 111100 100100 10011 0 101000 1000100 1001100 11001 110100 1111

Color Harmonies of #3C2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2413

Black with #3C2413

Text Example


Text Example

White with #3C2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,19); }

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

background-color css

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

 a { background-color: rgb(60,36,19); }

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

border-color css

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

 span { border-color: rgb(60,36,19); }

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