Html Css Color HEX #3C2302 Cocoa Brown

📋 copy color: '#3C2302'

red 60 ◦ green 35 ◦ blue 2

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

Shades of Cocoa Brown #3C2302

Tints of Cocoa Brown #3C2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.08%

 BLUE value IS 2 (1.17% from 255) = 2.06%

R = 61.86%
G = 36.08%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3C2302 (or 0x3C2302) is known color: Cocoa Brown. HEX triplet: 3C, 23 and 02. RGB value is (60,35,2). Sum of RGB (Red+Green+Blue) = 60+35+2=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2302 is #C3DCFD. Grayscale: #262626. Windows color (decimal): -12836094 or 140092. OLE color: 140092.

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

Color convert

RGB 60 35 2 -
CMYK 0 0.42 0.97 0.76
HSL 34.14º 0.94% 0.12% -
HSV(B) 34.14º 0.97% 0.24% -
XYZ 2.48 2.17 0.35 -
YUV 38.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 60 35 2 0 0.42 0.97 0.76 34.14 0.94 0.12
Hex 3C 23 2 0 2A 61 4C 22 5E C
Octal 74 43 2 0 52 141 114 42 136 14
Binary 111100 100011 10 0 101010 1100001 1001100 100010 1011110 1100

Color Harmonies of #3C2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2302

Black with #3C2302

Text Example


Text Example

White with #3C2302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,2); }

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

background-color css

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

 a { background-color: rgb(60,35,2); }

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

border-color css

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

 span { border-color: rgb(60,35,2); }

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