Html Css Color HEX #3C270C Cocoa Brown

📋 copy color: '#3C270C'

red 60 ◦ green 39 ◦ blue 12

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

Shades of Cocoa Brown #3C270C

Tints of Cocoa Brown #3C270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 54.05%
G = 35.14%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3C270C (or 0x3C270C) is known color: Cocoa Brown. HEX triplet: 3C, 27 and 0C. RGB value is (60,39,12). Sum of RGB (Red+Green+Blue) = 60+39+12=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C270C is #C3D8F3. Grayscale: #2A2A2A. Windows color (decimal): -12835060 or 796476. OLE color: 796476.

HSL color Cylindrical-coordinate representation of color #3C270C: hue angle of 33.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C270C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 39 12 -
CMYK 0 0.35 0.80 0.76
HSL 33.75º 0.67% 0.14% -
HSV(B) 33.75º 0.8% 0.24% -
XYZ 2.66 2.44 0.68 -
YUV 42.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 60 39 12 0 0.35 0.80 0.76 33.75 0.67 0.14
Hex 3C 27 C 0 23 50 4C 22 43 E
Octal 74 47 14 0 43 120 114 42 103 16
Binary 111100 100111 1100 0 100011 1010000 1001100 100010 1000011 1110

Color Harmonies of #3C270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C270C

Black with #3C270C

Text Example


Text Example

White with #3C270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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