Html Css Color HEX #3C2303 Cocoa Brown

📋 copy color: '#3C2303'

red 60 ◦ green 35 ◦ blue 3

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

Shades of Cocoa Brown #3C2303

Tints of Cocoa Brown #3C2303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 61.22%
G = 35.71%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#3C2303 (or 0x3C2303) is known color: Cocoa Brown. HEX triplet: 3C, 23 and 03. RGB value is (60,35,3). Sum of RGB (Red+Green+Blue) = 60+35+3=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2303 is #C3DCFC. Grayscale: #262626. Windows color (decimal): -12836093 or 205628. OLE color: 205628.

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

Color convert

RGB 60 35 3 -
CMYK 0 0.42 0.95 0.76
HSL 33.68º 0.9% 0.12% -
HSV(B) 33.68º 0.95% 0.24% -
XYZ 2.48 2.17 0.37 -
YUV 38.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 60 35 3 0 0.42 0.95 0.76 33.68 0.9 0.12
Hex 3C 23 3 0 2A 5F 4C 22 5A C
Octal 74 43 3 0 52 137 114 42 132 14
Binary 111100 100011 11 0 101010 1011111 1001100 100010 1011010 1100

Color Harmonies of #3C2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2303

Black with #3C2303

Text Example


Text Example

White with #3C2303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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