Html Css Color HEX #3C2820 Brown Pod

📋 copy color: '#3C2820'

red 60 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #3C2820

Tints of Brown Pod #3C2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 45.45%
G = 30.3%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#3C2820 (or 0x3C2820) is known color: Brown Pod. HEX triplet: 3C, 28 and 20. RGB value is (60,40,32). Sum of RGB (Red+Green+Blue) = 60+40+32=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2820 is #C3D7DF. Grayscale: #2D2D2D. Windows color (decimal): -12834784 or 2107452. OLE color: 2107452.

HSL color Cylindrical-coordinate representation of color #3C2820: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2820 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 40 32 -
CMYK 0 0.33 0.47 0.76
HSL 17.14º 0.3% 0.18% -
HSV(B) 17.14º 0.47% 0.24% -
XYZ 2.88 2.58 1.71 -
YUV 45.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 60 40 32 0 0.33 0.47 0.76 17.14 0.3 0.18
Hex 3C 28 20 0 21 2F 4C 11 1E 12
Octal 74 50 40 0 41 57 114 21 36 22
Binary 111100 101000 100000 0 100001 101111 1001100 10001 11110 10010

Color Harmonies of #3C2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2820

Black with #3C2820

Text Example


Text Example

White with #3C2820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,32); }

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

background-color css

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

 a { background-color: rgb(60,40,32); }

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

border-color css

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

 span { border-color: rgb(60,40,32); }

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