Html Css Color HEX #3C2118 Brown Pod

📋 copy color: '#3C2118'

red 60 ◦ green 33 ◦ blue 24

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

Shades of Brown Pod #3C2118

Tints of Brown Pod #3C2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.21%

 BLUE value IS 24 (9.77% from 255) = 20.51%

R = 51.28%
G = 28.21%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3C2118 (or 0x3C2118) is known color: Brown Pod. HEX triplet: 3C, 21 and 18. RGB value is (60,33,24). Sum of RGB (Red+Green+Blue) = 60+33+24=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2118 is #C3DEE7. Grayscale: #282828. Windows color (decimal): -12836584 or 1581372. OLE color: 1581372.

HSL color Cylindrical-coordinate representation of color #3C2118: hue angle of 15º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2118 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 33 24 -
CMYK 0 0.45 0.60 0.76
HSL 15º 0.43% 0.16% -
HSV(B) 15º 0.6% 0.24% -
XYZ 2.57 2.11 1.14 -
YUV 40.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 60 33 24 0 0.45 0.60 0.76 15 0.43 0.16
Hex 3C 21 18 0 2D 3C 4C F 2B 10
Octal 74 41 30 0 55 74 114 17 53 20
Binary 111100 100001 11000 0 101101 111100 1001100 1111 101011 10000

Color Harmonies of #3C2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2118

Black with #3C2118

Text Example


Text Example

White with #3C2118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,24); }

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

background-color css

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

 a { background-color: rgb(60,33,24); }

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

border-color css

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

 span { border-color: rgb(60,33,24); }

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