Html Css Color HEX #3C230E Cocoa Brown

📋 copy color: '#3C230E'

red 60 ◦ green 35 ◦ blue 14

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

Shades of Cocoa Brown #3C230E

Tints of Cocoa Brown #3C230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 55.05%
G = 32.11%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3C230E (or 0x3C230E) is known color: Cocoa Brown. HEX triplet: 3C, 23 and 0E. RGB value is (60,35,14). Sum of RGB (Red+Green+Blue) = 60+35+14=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C230E is #C3DCF1. Grayscale: #282828. Windows color (decimal): -12836082 or 926524. OLE color: 926524.

HSL color Cylindrical-coordinate representation of color #3C230E: hue angle of 27.39º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C230E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 35 14 -
CMYK 0 0.42 0.77 0.76
HSL 27.39º 0.62% 0.15% -
HSV(B) 27.39º 0.77% 0.24% -
XYZ 2.54 2.19 0.7 -
YUV 40.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 60 35 14 0 0.42 0.77 0.76 27.39 0.62 0.15
Hex 3C 23 E 0 2A 4D 4C 1B 3E F
Octal 74 43 16 0 52 115 114 33 76 17
Binary 111100 100011 1110 0 101010 1001101 1001100 11011 111110 1111

Color Harmonies of #3C230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C230E

Black with #3C230E

Text Example


Text Example

White with #3C230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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