Html Css Color HEX #3C2414 Brown Pod

📋 copy color: '#3C2414'

red 60 ◦ green 36 ◦ blue 20

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

Shades of Brown Pod #3C2414

Tints of Brown Pod #3C2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 51.72%
G = 31.03%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C2414 (or 0x3C2414) is known color: Brown Pod. HEX triplet: 3C, 24 and 14. RGB value is (60,36,20). Sum of RGB (Red+Green+Blue) = 60+36+20=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2414 is #C3DBEB. Grayscale: #292929. Windows color (decimal): -12835820 or 1319996. OLE color: 1319996.

HSL color Cylindrical-coordinate representation of color #3C2414: hue angle of 24º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2414 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 36 20 -
CMYK 0 0.40 0.67 0.76
HSL 24º 0.5% 0.16% -
HSV(B) 24º 0.67% 0.24% -
XYZ 2.62 2.27 0.96 -
YUV 41.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 60 36 20 0 0.40 0.67 0.76 24 0.5 0.16
Hex 3C 24 14 0 28 43 4C 18 32 10
Octal 74 44 24 0 50 103 114 30 62 20
Binary 111100 100100 10100 0 101000 1000011 1001100 11000 110010 10000

Color Harmonies of #3C2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2414

Black with #3C2414

Text Example


Text Example

White with #3C2414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,20); }

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

background-color css

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

 a { background-color: rgb(60,36,20); }

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

border-color css

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

 span { border-color: rgb(60,36,20); }

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