Html Css Color HEX #3C220D Cocoa Brown

📋 copy color: '#3C220D'

red 60 ◦ green 34 ◦ blue 13

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

Shades of Cocoa Brown #3C220D

Tints of Cocoa Brown #3C220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

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

R = 56.07%
G = 31.78%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C220D (or 0x3C220D) is known color: Cocoa Brown. HEX triplet: 3C, 22 and 0D. RGB value is (60,34,13). Sum of RGB (Red+Green+Blue) = 60+34+13=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C220D is #C3DDF2. Grayscale: #272727. Windows color (decimal): -12836339 or 860732. OLE color: 860732.

HSL color Cylindrical-coordinate representation of color #3C220D: hue angle of 26.81º 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 #3C220D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 34 13 -
CMYK 0 0.43 0.78 0.76
HSL 26.81º 0.64% 0.14% -
HSV(B) 26.81º 0.78% 0.24% -
XYZ 2.51 2.13 0.66 -
YUV 39.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 60 34 13 0 0.43 0.78 0.76 26.81 0.64 0.14
Hex 3C 22 D 0 2B 4E 4C 1B 40 E
Octal 74 42 15 0 53 116 114 33 100 16
Binary 111100 100010 1101 0 101011 1001110 1001100 11011 1000000 1110

Color Harmonies of #3C220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C220D

Black with #3C220D

Text Example


Text Example

White with #3C220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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