#3C230D

Color #3C230D Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #3C230D

Tints of Cocoa Brown #3C230D

Color information

#3C230D (or 0x3C230D) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 23 and 0D. RGB value is (60,35,13). Sum of RGB (Red+Green+Blue) = 60+35+13=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C230D is #C3DCF2. Grayscale: #282828. Windows color (decimal): -12836083 or 860988. OLE color: 860988.

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

Color convert

RGB603513-
CMYK00.420.780.76
HSL28.09º64.38%14.31%-
HSV(B)28.09º78.33%23.53%-
XYZ2.542.190.67-
YUV39.97112.78142.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.56%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=55.56%
G=32.41%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60351300.420.780.7628.0964.3814.31
Hex3C23D02A4E4C1c40e
Octal7443150521161143410016
Binary11110010001111010101010100111010011001110010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C230D;
 }
 .AnyTagClassName
 {
   color: #3C230D;
 }
</style>
background-color css

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

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

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

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

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

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