Html Css Color HEX #3C270D Cocoa Brown

📋 copy color: '#3C270D'

red 60 ◦ green 39 ◦ blue 13

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

Shades of Cocoa Brown #3C270D

Tints of Cocoa Brown #3C270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

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

R = 53.57%
G = 34.82%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C270D (or 0x3C270D) is known color: Cocoa Brown. HEX triplet: 3C, 27 and 0D. RGB value is (60,39,13). Sum of RGB (Red+Green+Blue) = 60+39+13=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C270D is #C3D8F2. Grayscale: #2A2A2A. Windows color (decimal): -12835059 or 862012. OLE color: 862012.

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

Color convert

RGB 60 39 13 -
CMYK 0 0.35 0.78 0.76
HSL 33.19º 0.64% 0.14% -
HSV(B) 33.19º 0.78% 0.24% -
XYZ 2.66 2.44 0.71 -
YUV 42.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 60 39 13 0 0.35 0.78 0.76 33.19 0.64 0.14
Hex 3C 27 D 0 23 4E 4C 21 40 E
Octal 74 47 15 0 43 116 114 41 100 16
Binary 111100 100111 1101 0 100011 1001110 1001100 100001 1000000 1110

Color Harmonies of #3C270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C270D

Black with #3C270D

Text Example


Text Example

White with #3C270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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