Html Css Color HEX #3C2214 Brown Pod

📋 copy color: '#3C2214'

red 60 ◦ green 34 ◦ blue 20

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

Shades of Brown Pod #3C2214

Tints of Brown Pod #3C2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

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

R = 52.63%
G = 29.82%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C2214 (or 0x3C2214) is known color: Brown Pod. HEX triplet: 3C, 22 and 14. RGB value is (60,34,20). Sum of RGB (Red+Green+Blue) = 60+34+20=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2214 is #C3DDEB. Grayscale: #282828. Windows color (decimal): -12836332 or 1319484. OLE color: 1319484.

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

Color convert

RGB 60 34 20 -
CMYK 0 0.43 0.67 0.76
HSL 21º 0.5% 0.16% -
HSV(B) 21º 0.67% 0.24% -
XYZ 2.56 2.16 0.94 -
YUV 40.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 60 34 20 0 0.43 0.67 0.76 21 0.5 0.16
Hex 3C 22 14 0 2B 43 4C 15 32 10
Octal 74 42 24 0 53 103 114 25 62 20
Binary 111100 100010 10100 0 101011 1000011 1001100 10101 110010 10000

Color Harmonies of #3C2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2214

Black with #3C2214

Text Example


Text Example

White with #3C2214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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