Html Css Color HEX #3C280D Cocoa Brown

📋 copy color: '#3C280D'

red 60 ◦ green 40 ◦ blue 13

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

Shades of Cocoa Brown #3C280D

Tints of Cocoa Brown #3C280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 53.1%
G = 35.4%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C280D (or 0x3C280D) is known color: Cocoa Brown. HEX triplet: 3C, 28 and 0D. RGB value is (60,40,13). Sum of RGB (Red+Green+Blue) = 60+40+13=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C280D is #C3D7F2. Grayscale: #2B2B2B. Windows color (decimal): -12834803 or 862268. OLE color: 862268.

HSL color Cylindrical-coordinate representation of color #3C280D: hue angle of 34.47º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C280D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 40 13 -
CMYK 0 0.33 0.78 0.76
HSL 34.47º 0.64% 0.14% -
HSV(B) 34.47º 0.78% 0.24% -
XYZ 2.69 2.51 0.72 -
YUV 42.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 60 40 13 0 0.33 0.78 0.76 34.47 0.64 0.14
Hex 3C 28 D 0 21 4E 4C 22 40 E
Octal 74 50 15 0 41 116 114 42 100 16
Binary 111100 101000 1101 0 100001 1001110 1001100 100010 1000000 1110

Color Harmonies of #3C280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C280D

Black with #3C280D

Text Example


Text Example

White with #3C280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,13); }

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

background-color css

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

 a { background-color: rgb(60,40,13); }

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

border-color css

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

 span { border-color: rgb(60,40,13); }

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