Html Css Color HEX #3C221E Brown Pod

📋 copy color: '#3C221E'

red 60 ◦ green 34 ◦ blue 30

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

Shades of Brown Pod #3C221E

Tints of Brown Pod #3C221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 48.39%
G = 27.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.76

RGB Variations

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

Color information

#3C221E (or 0x3C221E) is known color: Brown Pod. HEX triplet: 3C, 22 and 1E. RGB value is (60,34,30). Sum of RGB (Red+Green+Blue) = 60+34+30=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C221E is #C3DDE1. Grayscale: #292929. Windows color (decimal): -12836322 or 1974844. OLE color: 1974844.

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

Color convert

RGB 60 34 30 -
CMYK 0 0.43 0.50 0.76
HSL 0.33% 0.18% -
HSV(B) 0.5% 0.24% -
XYZ 2.67 2.2 1.51 -
YUV 41.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 60 34 30 0 0.43 0.50 0.76 8 0.33 0.18
Hex 3C 22 1E 0 2B 32 4C 8 21 12
Octal 74 42 36 0 53 62 114 10 41 22
Binary 111100 100010 11110 0 101011 110010 1001100 1000 100001 10010

Color Harmonies of #3C221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C221E

Black with #3C221E

Text Example


Text Example

White with #3C221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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