Html Css Color HEX #3C1201 Brown Pod

📋 copy color: '#3C1201'

red 60 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #3C1201

Tints of Brown Pod #3C1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

 BLUE value IS 1 (0.78% from 255) = 1.27%

R = 75.95%
G = 22.78%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3C1201 (or 0x3C1201) is known color: Brown Pod. HEX triplet: 3C, 12 and 01. RGB value is (60,18,1). Sum of RGB (Red+Green+Blue) = 60+18+1=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1201 is #C3EDFE. Grayscale: #1C1C1C. Windows color (decimal): -12840447 or 70204. OLE color: 70204.

HSL color Cylindrical-coordinate representation of color #3C1201: hue angle of 17.29º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C1201 is Cyan = 0, Magento = 0.7, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 18 1 -
CMYK 0 0.7 0.98 0.76
HSL 17.29º 0.97% 0.12% -
HSV(B) 17.29º 0.98% 0.24% -
XYZ 2.09 1.4 0.19 -
YUV 28.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 60 18 1 0 0.7 0.98 0.76 17.29 0.97 0.12
Hex 3C 12 1 0 46 62 4C 11 61 C
Octal 74 22 1 0 106 142 114 21 141 14
Binary 111100 10010 1 0 1000110 1100010 1001100 10001 1100001 1100

Color Harmonies of #3C1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1201

Black with #3C1201

Text Example


Text Example

White with #3C1201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,18,1); }

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

background-color css

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

 a { background-color: rgb(60,18,1); }

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

border-color css

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

 span { border-color: rgb(60,18,1); }

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