Html Css Color HEX #3C2316 Brown Pod

📋 copy color: '#3C2316'

red 60 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #3C2316

Tints of Brown Pod #3C2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 22 (8.98% from 255) = 18.8%

R = 51.28%
G = 29.91%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#3C2316 (or 0x3C2316) is known color: Brown Pod. HEX triplet: 3C, 23 and 16. RGB value is (60,35,22). Sum of RGB (Red+Green+Blue) = 60+35+22=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2316 is #C3DCE9. Grayscale: #292929. Windows color (decimal): -12836074 or 1450812. OLE color: 1450812.

HSL color Cylindrical-coordinate representation of color #3C2316: hue angle of 20.53º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2316 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 35 22 -
CMYK 0 0.42 0.63 0.76
HSL 20.53º 0.46% 0.16% -
HSV(B) 20.53º 0.63% 0.24% -
XYZ 2.61 2.22 1.05 -
YUV 40.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 60 35 22 0 0.42 0.63 0.76 20.53 0.46 0.16
Hex 3C 23 16 0 2A 3F 4C 15 2E 10
Octal 74 43 26 0 52 77 114 25 56 20
Binary 111100 100011 10110 0 101010 111111 1001100 10101 101110 10000

Color Harmonies of #3C2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2316

Black with #3C2316

Text Example


Text Example

White with #3C2316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,22); }

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

background-color css

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

 a { background-color: rgb(60,35,22); }

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

border-color css

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

 span { border-color: rgb(60,35,22); }

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