Html Css Color HEX #3C1407 Brown Pod

📋 copy color: '#3C1407'

red 60 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #3C1407

Tints of Brown Pod #3C1407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

 BLUE value IS 7 (3.13% from 255) = 8.05%

R = 68.97%
G = 22.99%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.76

RGB Variations

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

Color information

#3C1407 (or 0x3C1407) is known color: Brown Pod. HEX triplet: 3C, 14 and 07. RGB value is (60,20,7). Sum of RGB (Red+Green+Blue) = 60+20+7=87 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.97% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1407 is #C3EBF8. Grayscale: #1E1E1E. Windows color (decimal): -12839929 or 463932. OLE color: 463932.

HSL color Cylindrical-coordinate representation of color #3C1407: hue angle of 14.72º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1407 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 20 7 -
CMYK 0 0.67 0.88 0.76
HSL 14.72º 0.79% 0.13% -
HSV(B) 14.72º 0.88% 0.24% -
XYZ 2.15 1.48 0.37 -
YUV 30.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 60 20 7 0 0.67 0.88 0.76 14.72 0.79 0.13
Hex 3C 14 7 0 43 58 4C F 4F D
Octal 74 24 7 0 103 130 114 17 117 15
Binary 111100 10100 111 0 1000011 1011000 1001100 1111 1001111 1101

Color Harmonies of #3C1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1407

Black with #3C1407

Text Example


Text Example

White with #3C1407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,7); }

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

background-color css

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

 a { background-color: rgb(60,20,7); }

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

border-color css

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

 span { border-color: rgb(60,20,7); }

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