Html Css Color HEX #3C2601 Cocoa Brown

📋 copy color: '#3C2601'

red 60 ◦ green 38 ◦ blue 1

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

Shades of Cocoa Brown #3C2601

Tints of Cocoa Brown #3C2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38.38%

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 60.61%
G = 38.38%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3C2601 (or 0x3C2601) is known color: Cocoa Brown. HEX triplet: 3C, 26 and 01. RGB value is (60,38,1). Sum of RGB (Red+Green+Blue) = 60+38+1=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2601 is #C3D9FE. Grayscale: #282828. Windows color (decimal): -12835327 or 75324. OLE color: 75324.

HSL color Cylindrical-coordinate representation of color #3C2601: hue angle of 37.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C2601 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 38 1 -
CMYK 0 0.37 0.98 0.76
HSL 37.63º 0.97% 0.12% -
HSV(B) 37.63º 0.98% 0.24% -
XYZ 2.56 2.35 0.35 -
YUV 40.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 60 38 1 0 0.37 0.98 0.76 37.63 0.97 0.12
Hex 3C 26 1 0 25 62 4C 26 61 C
Octal 74 46 1 0 45 142 114 46 141 14
Binary 111100 100110 1 0 100101 1100010 1001100 100110 1100001 1100

Color Harmonies of #3C2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2601

Black with #3C2601

Text Example


Text Example

White with #3C2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,38,1); }

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

background-color css

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

 a { background-color: rgb(60,38,1); }

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

border-color css

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

 span { border-color: rgb(60,38,1); }

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