Html Css Color HEX #3C221B Brown Pod

📋 copy color: '#3C221B'

red 60 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #3C221B

Tints of Brown Pod #3C221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 49.59%
G = 28.1%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3C221B (or 0x3C221B) is known color: Brown Pod. HEX triplet: 3C, 22 and 1B. RGB value is (60,34,27). Sum of RGB (Red+Green+Blue) = 60+34+27=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C221B is #C3DDE4. Grayscale: #292929. Windows color (decimal): -12836325 or 1778236. OLE color: 1778236.

HSL color Cylindrical-coordinate representation of color #3C221B: hue angle of 12.73º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C221B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 34 27 -
CMYK 0 0.43 0.55 0.76
HSL 12.73º 0.38% 0.17% -
HSV(B) 12.73º 0.55% 0.24% -
XYZ 2.63 2.18 1.32 -
YUV 40.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 60 34 27 0 0.43 0.55 0.76 12.73 0.38 0.17
Hex 3C 22 1B 0 2B 37 4C D 26 11
Octal 74 42 33 0 53 67 114 15 46 21
Binary 111100 100010 11011 0 101011 110111 1001100 1101 100110 10001

Color Harmonies of #3C221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C221B

Black with #3C221B

Text Example


Text Example

White with #3C221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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